diff options
Diffstat (limited to 'user/zsh')
-rw-r--r-- | user/zsh/zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user/zsh/zshrc b/user/zsh/zshrc index 831ada1e..8b66be24 100644 --- a/user/zsh/zshrc +++ b/user/zsh/zshrc @@ -87,6 +87,10 @@ bindkey '\e^f' forward-argument bindkey '\e^d' backward-kill-argument bindkey '\e^k' kill-argument +autoload -Uz edit-command-line +zle -N edit-command-line +bindkey '^x^e' edit-command-line + sort=${commands[gsort]:-$commands[sort]} ds () { |