X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.inputrc;h=30bd90e482f0722e5298d5250e375a0ecf269f04;hb=64b0a6dd26e21c1c3eac846738470edbe0350251;hp=075357836897571fa2a3c1b71aee5df02f69b1d6;hpb=0b5352459ec9c74e4fde5e85a378560e9526ccbd;p=home.git diff --git a/.inputrc b/.inputrc index 0753578..30bd90e 100644 --- a/.inputrc +++ b/.inputrc @@ -4,12 +4,30 @@ set bell-style off set match-hidden-files off #set show-all-if-ambiguous on set show-all-if-unmodified on +set mark-symlinked-directories on +set match-hidden-files off +set skip-completed-text on set visible-stats on +set blink-matching-paren on +set colored-stats on +set colored-completion-prefix off +# https://cirw.in/blog/bracketed-paste +set enable-bracketed-paste on + +# alt+k to delete back a word (like alt+backspace) +"\ek": backward-kill-word -# konsole (alt + arrow key) +# alt + arrow key "\e[1;3C": forward-word "\e[1;3D": backward-word -# mappings for "page up" and "page down" to step to the beginning/end +# ctrl + arrow key +"\e[1;5C": shell-forward-word +"\e[1;5D": shell-backward-word +# meta + arrow key +"\e[1;9C": forward-word +"\e[1;9D": backward-word + +# mappings for "page up" and "page down" to step to the beginning/end # of the history "\e[5~": history-search-backward "\e[6~": history-search-forward