9 lines
169 B
Text
9 lines
169 B
Text
|
autoload -z edit-command-line
|
||
|
zle -N edit-command-line
|
||
|
bindkey "^V" edit-command-line
|
||
|
|
||
|
bindkey '^Y' autosuggest-execute
|
||
|
bindkey '^F' find-directory
|
||
|
|
||
|
# vim: filetype=zsh
|