mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Add + symbol to the PS1 Prompt in cmd-mode
This commit is contained in:
parent
d1c0cf42e5
commit
b39d7ab010
5
.inputrc
5
.inputrc
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user