summaryrefslogtreecommitdiff
path: root/features/user/cli/shells/nushell/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-26 14:41:27 -0400
committertriethyl <triethylammonium@pm.me>2025-07-26 14:41:27 -0400
commit6385ca25df50249007f73f7aae46c92ae5f8a898 (patch)
tree4b4d3fd4838f3adfb9ea039b5fdef28e733fa1a0 /features/user/cli/shells/nushell/default.nix
parentf88015e36d85115153d3664614ffe9d70dacf6b3 (diff)
switched nushell to emacs mode
Diffstat (limited to 'features/user/cli/shells/nushell/default.nix')
-rw-r--r--features/user/cli/shells/nushell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/user/cli/shells/nushell/default.nix b/features/user/cli/shells/nushell/default.nix
index dbd66b3..7561fb1 100644
--- a/features/user/cli/shells/nushell/default.nix
+++ b/features/user/cli/shells/nushell/default.nix
@@ -37,7 +37,7 @@ in {
# General Config
$env.config = {
show_banner: false
- edit_mode: 'vi'
+ edit_mode: 'emacs'
history: {
isolation: true # Isolate the history of each nushell session