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