diff --git a/nix/homeModules/common/nushell.nix b/nix/homeModules/common/nushell.nix index 306bb6d9..e3294b49 100644 --- a/nix/homeModules/common/nushell.nix +++ b/nix/homeModules/common/nushell.nix @@ -4,6 +4,7 @@ programs.nushell = { configFile.text = '' $env.config.show_banner = false + $env.config.edit_mode = "vi" ''; }; }