diff --git a/home/shell/default.nix b/home/shell/default.nix index 6c44f5f..64edbbc 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -28,6 +28,7 @@ in enableAutosuggestions = true; autocd = true; defaultKeymap = "viins"; + history.extended = true; plugins = with pkgs; [ { name = "first-tab-completion"; @@ -68,7 +69,6 @@ in bindkey -M vicmd 'k' history-substring-search-up bindkey -M vicmd 'j' history-substring-search-down ''; - history.extended = true; inherit shellAliases; };