diff --git a/defaults/keymaps-common.toml b/defaults/keymaps-common.toml index bba3e9ee..0143e918 100644 --- a/defaults/keymaps-common.toml +++ b/defaults/keymaps-common.toml @@ -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"