dotfiles/.inputrc

12 lines
235 B
Text
Raw Permalink Normal View History

2016-10-10 16:23:16 +02:00
set meta-flag on
set convert-meta off
set output-meta on
set completion-ignore-case on
set visible-stats on
set show-all-if-ambiguous on
set completion-query-items 150
2020-09-27 16:38:35 +02:00
#"\C-p": history-search-backward
#"\C-n": history-search-forward
2016-10-10 16:23:16 +02:00