mirror of https://github.com/lapce/lapce.git
Added navigation keybindings
This commit is contained in:
parent
b93bf952cd
commit
1a3389ca1b
|
@ -217,6 +217,18 @@ key = "ctrl+f"
|
||||||
command = "right"
|
command = "right"
|
||||||
mode = "i"
|
mode = "i"
|
||||||
|
|
||||||
|
[[keymaps]]
|
||||||
|
key = "ctrl+p"
|
||||||
|
command = "up"
|
||||||
|
when = "!list_focus"
|
||||||
|
mode = "i"
|
||||||
|
|
||||||
|
[[keymaps]]
|
||||||
|
key = "ctrl+n"
|
||||||
|
command = "down"
|
||||||
|
when = "!list_focus"
|
||||||
|
mode = "i"
|
||||||
|
|
||||||
[[keymaps]]
|
[[keymaps]]
|
||||||
key = "right"
|
key = "right"
|
||||||
command = "right"
|
command = "right"
|
||||||
|
|
Loading…
Reference in New Issue