summaryrefslogtreecommitdiffstats
path: root/.inputrc
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-10 19:20:52 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-10 19:20:52 -0400
commit14623136f33d4fde264e0abab8857f4888cc12b4 (patch)
treeb6fc3b637e2d50e74dc0e7958c18da36937bf068 /.inputrc
parentd768052705edcc49e5f20adbb47c791bfe3a1483 (diff)
downloadconfigs-14623136f33d4fde264e0abab8857f4888cc12b4.tar.gz
configs-14623136f33d4fde264e0abab8857f4888cc12b4.tar.xz
configs-14623136f33d4fde264e0abab8857f4888cc12b4.zip
readline: move inputrc to $XDG_CONFIG_HOME/readline
Diffstat (limited to '.inputrc')
-rw-r--r--.inputrc16
1 files changed, 0 insertions, 16 deletions
diff --git a/.inputrc b/.inputrc
deleted file mode 100644
index 47b9706..0000000
--- a/.inputrc
+++ /dev/null
@@ -1,16 +0,0 @@
-set enable-bracketed-paste on
-
-set colored-stats on
-set colored-completion-prefix on
-set completion-ignore-case on
-set menu-complete-display-prefix on
-set page-completions off
-set show-all-if-ambiguous on
-set show-all-if-unmodified on
-set visible-stats on
-
-TAB: menu-complete
-"\e[Z": menu-complete-backward
-
-"\e[A": history-search-backward
-"\e[B": history-search-forward