diff --git a/helix-term/src/keymap/default.rs b/helix-term/src/keymap/default.rs index 5dbdefff..07d0913e 100644 --- a/helix-term/src/keymap/default.rs +++ b/helix-term/src/keymap/default.rs @@ -232,7 +232,8 @@ pub fn default() -> HashMap { "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,