Adds alternative keymap to normal_mode

This commit is contained in:
skim 2022-04-03 14:33:19 -07:00
parent d947fa1ca3
commit afbe68033b
1 changed files with 6 additions and 0 deletions

View File

@ -219,6 +219,12 @@ command = "normal_mode"
mode = "niv" mode = "niv"
when = "!search_focus" when = "!search_focus"
[[keymaps]]
key = "ctrl+["
command = "normal_mode"
mode = "niv"
when = "!search_focus"
[[keymaps]] [[keymaps]]
key = ":" key = ":"
command = "palette.command" command = "palette.command"