dotfiles/zsh/modules/keybinds/init.zsh

7 lines
178 B
Bash
Raw Normal View History

2019-05-02 04:48:04 +00:00
# CTRL+space to accept Autosuggest's suggestion.
bindkey '^ ' autosuggest-accept
2019-05-02 05:49:26 +00:00
# Open command in $EDITOR
bindkey '^E' edit-command-line
bindkey -M vicmd "v" edit-command-line