diff --git a/home-manager/sajenim/features/cli/zsh.nix b/home-manager/sajenim/features/cli/zsh.nix index 09be955..50048a6 100644 --- a/home-manager/sajenim/features/cli/zsh.nix +++ b/home-manager/sajenim/features/cli/zsh.nix @@ -51,10 +51,8 @@ # Extra commands that should be added to '.zshrc' initExtra = '' - bindkey -e - bindkey ";6C" forward-word - bindkey ";6D" backward-word eval "$(direnv hook zsh)" + source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh path+=('/home/sajenim/.local/bin') export PATH PROMPT='%F{blue}%n@%m %F{cyan}%~ %F{red}♥ %f';