Added navigation keybindings

This commit is contained in:
MyGodItsFull0fStars 2023-10-25 23:42:43 +02:00
parent b93bf952cd
commit 1a3389ca1b
1 changed files with 12 additions and 0 deletions

View File

@ -217,6 +217,18 @@ key = "ctrl+f"
command = "right"
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]]
key = "right"
command = "right"