diff options
Diffstat (limited to '.inputrc')
-rw-r--r-- | .inputrc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.inputrc b/.inputrc deleted file mode 100644 index 7d93f5d..0000000 --- a/.inputrc +++ /dev/null @@ -1,30 +0,0 @@ -# -# ~/.inputrc -# -# readline configurations -# -# Reference: -# [1] ArchWiki - Readline -# https://wiki.archlinux.org/index.php/Readline -# -# Aaron LI -# 2015-09-26 -# - -#$include /etc/inputrc - -# vi mode -set editing-mode vi -$if mode=vi -set keymap vi-command -# these are for vi-command mode -"\e[A": history-search-backward -"\e[B": history-search-forward -set keymap vi-insert -# these are for vi-insert mode -"\e[A": history-search-backward -"\e[B": history-search-forward -$endif - - -# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=readline: # |