diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-10 19:20:52 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-10 19:20:52 -0400 |
commit | 14623136f33d4fde264e0abab8857f4888cc12b4 (patch) | |
tree | b6fc3b637e2d50e74dc0e7958c18da36937bf068 /.config/readline | |
parent | d768052705edcc49e5f20adbb47c791bfe3a1483 (diff) | |
download | configs-14623136f33d4fde264e0abab8857f4888cc12b4.tar.gz configs-14623136f33d4fde264e0abab8857f4888cc12b4.tar.xz configs-14623136f33d4fde264e0abab8857f4888cc12b4.zip |
readline: move inputrc to $XDG_CONFIG_HOME/readline
Diffstat (limited to '.config/readline')
-rw-r--r-- | .config/readline/inputrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/readline/inputrc b/.config/readline/inputrc new file mode 100644 index 0000000..47b9706 --- /dev/null +++ b/.config/readline/inputrc @@ -0,0 +1,16 @@ +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 |