From 0b5352459ec9c74e4fde5e85a378560e9526ccbd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 5 Jan 2010 14:53:19 -0500 Subject: [PATCH] add inputrc for non Gentoo hosts --- .inputrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.inputrc b/.inputrc index 23baf56..0753578 100644 --- 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 -- 2.39.5