diff options
Diffstat (limited to 'common/.flake/home/programs/zsh.nix.org')
-rw-r--r-- | common/.flake/home/programs/zsh.nix.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.flake/home/programs/zsh.nix.org b/common/.flake/home/programs/zsh.nix.org index 79795d0..bb23f88 100644 --- a/common/.flake/home/programs/zsh.nix.org +++ b/common/.flake/home/programs/zsh.nix.org @@ -23,7 +23,7 @@ Enable auto-suggestions. Use =vi= keybindings. #+begin_src nix :tangle ~/.flake/home/programs/zsh.nix :mkdirp yes - defaultKeymap = "viins"; + defaultKeymap = "emacs"; #+end_src Append to the history and ignore duplicates. |