mirror of https://github.com/lapce/lapce.git
Adds alternative keymap to normal_mode
This commit is contained in:
parent
d947fa1ca3
commit
afbe68033b
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue