diff --git a/home/config/nil/home.nix b/home/config/nil/home.nix index 9a2dc4c..966dbd9 100644 --- a/home/config/nil/home.nix +++ b/home/config/nil/home.nix @@ -341,6 +341,22 @@ in { $env.config = { show_banner: false use_kitty_protocol: true + + keybindings: [ + { + name: completion_menu + modifier: control + keycode: char_i + mode: [ emacs vi_normal vi_insert ] + event: { + until: [ + { send: menu name: completion_menu } + { send: menunext } + { edit: complete } + ] + } + } + ] }; ''; };