vi-mode: cursor color changing for vi-MODES, \e for editting command line psql style
This commit is contained in:
parent
b7212b49a3
commit
c743766852
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user