]> git.wh0rd.org - home.git/blobdiff - .inputrc
gitignore: add .netrc
[home.git] / .inputrc
index 5a53eafc5068677389c3564f4f6f7446525183ce..e8b3fece4f15e1c8e38af66f09a4d21d80be8333 100644 (file)
--- a/.inputrc
+++ b/.inputrc
@@ -1 +1,22 @@
-set show-all-if-ambiguous on
+set bell-style off
+#set completion-ignore-case on
+#set expand-tilde on
+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
+
+# alt+k to delete back a word (like alt+backspace)
+"\ek": backward-kill-word
+# 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