aboutsummaryrefslogtreecommitdiffstats
path: root/.inputrc
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-01-06 22:59:26 +0800
committerAaron LI <aaronly.me@gmail.com>2016-01-06 22:59:26 +0800
commit25b947edf445a96db335fe285a8b253b214649ff (patch)
tree3f785cdbef303c71111debd067c95a62ea456587 /.inputrc
parent0ed3373f1c2d47aba769aa67439e05350c2792e9 (diff)
downloaddotfiles-25b947edf445a96db335fe285a8b253b214649ff.tar.bz2
Rename .* => _*; Move out private contents.
Diffstat (limited to '.inputrc')
-rw-r--r--.inputrc30
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: #