diff --git a/assets/keymaps/jetbrains.json b/assets/keymaps/jetbrains.json index ab093a8deb49059659addb9255564d8a7106412f..b2ed144a3f364822fd5e0375a75e07bb50d0ab20 100644 --- a/assets/keymaps/jetbrains.json +++ b/assets/keymaps/jetbrains.json @@ -10,6 +10,7 @@ "bindings": { "ctrl->": "zed::IncreaseBufferFontSize", "ctrl-<": "zed::DecreaseBufferFontSize", + "ctrl-shift-j": "editor::JoinLines", "cmd-d": "editor::DuplicateLine", "cmd-backspace": "editor::DeleteLine", "cmd-pagedown": "editor::MovePageDown", @@ -18,7 +19,7 @@ "cmd-alt-enter": "editor::NewlineAbove", "shift-enter": "editor::NewlineBelow", "cmd--": "editor::Fold", - "cmd-=": "editor::UnfoldLines", + "cmd-+": "editor::UnfoldLines", "alt-shift-g": "editor::SplitSelectionIntoLines", "ctrl-g": [ "editor::SelectNext",