dotfiles/zsh/modules/keybinds/init.zsh

7 lines
178 B
Bash

# CTRL+space to accept Autosuggest's suggestion.
bindkey '^ ' autosuggest-accept
# Open command in $EDITOR
bindkey '^E' edit-command-line
bindkey -M vicmd "v" edit-command-line