]> git.wh0rd.org - home.git/commitdiff
add inputrc for non Gentoo hosts
authorMike Frysinger <vapier@gentoo.org>
Tue, 5 Jan 2010 19:53:19 +0000 (14:53 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Apr 2012 19:36:35 +0000 (15:36 -0400)
.inputrc

index 23baf56de12a15d8c3449c13eed43426edb82c6b..075357836897571fa2a3c1b71aee5df02f69b1d6 100644 (file)
--- a/.inputrc
+++ b/.inputrc
@@ -5,4 +5,13 @@ set match-hidden-files off
 #set show-all-if-ambiguous on
 set show-all-if-unmodified 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