projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efbfa83
)
readline: various tweaks
author
Amin Bandali
<bandali@gnu.org>
Sun, 14 Apr 2019 05:34:18 +0000
(
01:34
-0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 14 Apr 2019 05:34:18 +0000
(
01:34
-0400)
.inputrc
patch
|
blob
|
blame
|
history
diff --git
a/.inputrc
b/.inputrc
index
b4b4a3c
..
47b9706
100644
(file)
--- a/
.inputrc
+++ b/
.inputrc
@@
-1,4
+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