1
Fork 0
dots/zsh/zsh-bindings

9 lines
169 B
Text
Raw Normal View History

2023-08-30 02:00:57 +00:00
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