From 13a2492539d5495862fac6246cf3c178a6328fb9 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Thu, 22 May 2025 19:56:57 -0400 Subject: [PATCH] feat: zsh vi mode plugin --- nixosModules/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) 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