diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 2c54dc8..9eb9fb5 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -33,6 +33,11 @@ zmodload zsh/zpty # Corrections setopt correct + + # Enable Ctrl-X Ctrl-E + autoload edit-command-line + zle -N edit-command-line + bindkey '^Xe' edit-command-line # History stuff setopt append_history