1
Fork 0

Move to emacs keybinds

This commit is contained in:
Hadeed 2023-08-26 21:30:12 +05:00
parent f80c3e7101
commit f073e364b7

View file

@ -20,6 +20,7 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
autoload -z edit-command-line autoload -z edit-command-line
zle -N edit-command-line zle -N edit-command-line
bindkey -e
bindkey "^V" edit-command-line bindkey "^V" edit-command-line
bindkey '^K' autosuggest-execute bindkey '^K' autosuggest-execute