diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-11-19 19:22:23 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-11-19 19:22:23 -0500 |
| commit | 35142cf3520ad089daea2e8482100c7efd9f3d2b (patch) | |
| tree | a269c35a580ad485ec00123d9e74559b488d1af0 | |
| parent | 7f7d4fcd0260ee155fc7d830ef034637e29d17cb (diff) | |
| download | eibhear-35142cf3520ad089daea2e8482100c7efd9f3d2b.tar.gz eibhear-35142cf3520ad089daea2e8482100c7efd9f3d2b.tar.zst eibhear-35142cf3520ad089daea2e8482100c7efd9f3d2b.zip | |
close #843
| -rw-r--r-- | .config/readline/inputrc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.config/readline/inputrc b/.config/readline/inputrc deleted file mode 100644 index f9b94dd..0000000 --- a/.config/readline/inputrc +++ /dev/null @@ -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 |
