1
Fork 0
dots/zsh/zsh-bindings
2023-08-30 07:00:57 +05:00

8 lines
169 B
Bash

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