From 4e3b860a8b18e38819a6739015607521d6e3d510 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 4 Jul 2013 08:48:24 -0700 Subject: [PATCH] ctrl+left/right in bash --- inputrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inputrc b/inputrc index ae904f6..41faa2e 100644 --- a/inputrc +++ b/inputrc @@ -1,4 +1,6 @@ "\e[A": history-search-backward "\e[B": history-search-forward +"\e[1;5C": forward-word +"\e[1;5D": backward-word set show-all-if-ambiguous on set completion-ignore-case on