add comments for inputrc
This commit is contained in:
5
.inputrc
5
.inputrc
@@ -1,5 +1,6 @@
|
|||||||
|
# for backward searching the history
|
||||||
"\e[A": history-search-backward
|
"\e[A": history-search-backward
|
||||||
"\e[B": history-search-forward
|
"\e[B": history-search-forward
|
||||||
|
|
||||||
set completion-ignore-case on
|
set completion-ignore-case on # ignore completion case
|
||||||
set colored-completion-prefix on
|
set colored-completion-prefix on # colour in what it has been able to complete
|
||||||
|
|||||||
Reference in New Issue
Block a user