Change keybinds of workspace command picker

imgbot
trivernis 2 years ago
parent 59c0c41a74
commit 233aa1c023
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -232,7 +232,8 @@ pub fn default() -> HashMap<Mode, Keymap> {
"e" => dap_enable_exceptions,
"E" => dap_disable_exceptions,
},
"w" => { "Window"
"w" => workspace_command_picker,
"v" => { "Window"
"C-w" | "w" => rotate_view,
"C-s" | "s" => hsplit,
"C-v" | "v" => vsplit,

Loading…
Cancel
Save