Make v
in select mode switch back to normal mode (#660)
* Make `v` in select mode switch back to normal mode * Move select mode toggle to keymap instead of command
This commit is contained in:
parent
fa4caf7e3d
commit
bfce4d4f29
1 changed files with 2 additions and 0 deletions
|
@ -529,6 +529,8 @@ impl Default for Keymaps {
|
|||
"home" => goto_line_start,
|
||||
"end" => goto_line_end,
|
||||
"esc" => exit_select_mode,
|
||||
|
||||
"v" => normal_mode,
|
||||
}));
|
||||
let insert = keymap!({ "Insert mode"
|
||||
"esc" => normal_mode,
|
||||
|
|
Loading…
Reference in a new issue