7 lines
178 B
Bash
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
|