zsh: Fix error using edit-command-line
edit-command-line:zle:37: widgets can only be called when ZLE is active
This commit is contained in:
parent
ad9522ac73
commit
58a17f9590
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ colors
|
||||||
autoload -U zmv
|
autoload -U zmv
|
||||||
alias mmv='noglob zmv -W'
|
alias mmv='noglob zmv -W'
|
||||||
|
|
||||||
autoload -U edit-command-line
|
autoload -Uz edit-command-line
|
||||||
zle -N edit-command-line
|
zle -N edit-command-line
|
||||||
bindkey '^x^e' edit-command-line
|
bindkey '^x^e' edit-command-line
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue