diff --git a/home/modules/shell/default.nix b/home/modules/shell/default.nix index 2b0a6bf..85e5a7e 100644 --- a/home/modules/shell/default.nix +++ b/home/modules/shell/default.nix @@ -62,6 +62,9 @@ in programs = { fish = { enable = true; + interactiveShellInit = '' + fish_vi_key_bindings + ''; functions = { __fish_command_not_found_handler = { body = "__fish_default_command_not_found_handler $argv[1]";