Add + symbol to the PS1 Prompt in cmd-mode

This commit is contained in:
Ricky Jon 2019-01-08 03:34:46 +11:00
parent d1c0cf42e5
commit b39d7ab010

View File

@ -2,6 +2,11 @@ $include /etc/inputrc
set editing-mode vi set editing-mode vi
$if mode=vi $if mode=vi
set show-mode-in-prompt on
set vi-ins-mode-string
set vi-cmd-mode-string "\e[34;1m\+"
set keymap vi-command set keymap vi-command
# these are for vi-command mode # these are for vi-command mode
Control-l: clear-screen Control-l: clear-screen