vi-mode: cursor color changing for vi-MODES, \e for editting command line psql style

This commit is contained in:
clutton 2017-02-08 00:28:00 +02:00
parent 9ba8c88856
commit b7212b49a3
No known key found for this signature in database
GPG Key ID: 7DB03F8DB2C8FE90

View File

@ -54,7 +54,7 @@ zle -N edit-command-line
bindkey -v
# allow v to edit the command line (standard behaviour)
# allow v to edit the command line (standard psql)
autoload -Uz edit-command-line
bindkey -M vicmd '\e' edit-command-line