X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/d7dee82420a04e5c92e5b5ad316e14a49bd4d689..ca3a844af240ca87882522d14b530e0f1a6327ef:/.config/readline/inputrc 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