diff --git a/nixosModules/zsh.nix b/nixosModules/zsh.nix index dc1239a..70eac30 100644 --- a/nixosModules/zsh.nix +++ b/nixosModules/zsh.nix @@ -16,6 +16,8 @@ bindkey '^[[B' history-substring-search-down ### fzf-tab ### source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh + ### vi-mode ### + source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh ### transient shell prompt ### zle-line-init() { emulate -L zsh