mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
vi-mode: cursor color changing for vi-MODES, \e for editting command line psql style
This commit is contained in:
parent
b7212b49a3
commit
c743766852
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue