This commit is contained in:
Luke Smith 2020-11-19 19:22:23 -05:00
parent 7f7d4fcd02
commit 35142cf352
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -1,19 +0,0 @@
$include /etc/inputrc
set editing-mode vi
$if mode=vi
set show-mode-in-prompt on
set vi-ins-mode-string \1\e[6 q\2
set vi-cmd-mode-string \1\e[2 q\2
set keymap vi-command
# these are for vi-command mode
Control-l: clear-screen
Control-a: beginning-of-line
set keymap vi-insert
# these are for vi-insert mode
Control-l: clear-screen
Control-a: beginning-of-line
$endif