]> git.wh0rd.org - home.git/blobdiff - .inputrc
ignore common dirs across dev machines
[home.git] / .inputrc
index 23baf56de12a15d8c3449c13eed43426edb82c6b..9c26244fbd86ad5bed792d20fa01bf09bb64eeaf 100644 (file)
--- a/.inputrc
+++ b/.inputrc
@@ -4,5 +4,17 @@ 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
+
+# konsole (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 
+# of the history
+"\e[5~": history-search-backward
+"\e[6~": history-search-forward
+
 $include /etc/inputrc