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:44 +02:00
parent b7212b49a3
commit c743766852
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 psql)
# allow v to edit the command line (psql behaviour)
autoload -Uz edit-command-line
bindkey -M vicmd '\e' edit-command-line