old stuff removed

many files renamed, possible breakage
This commit is contained in:
Luke Smith
2020-11-16 18:06:41 -05:00
parent 3215e7b4bb
commit cba0fcc03d
33 changed files with 251 additions and 2682 deletions

19
.config/shell/inputrc Normal file
View File

@@ -0,0 +1,19 @@
$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