From 3d2b919285939d4a649b2d27b3ea22a1d8871e09 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 21 May 2016 15:50:37 +0200 Subject: Fix arrows in bash --- system/inputrc.symlink | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'system/inputrc.symlink') diff --git a/system/inputrc.symlink b/system/inputrc.symlink index 236bfdd..05821d7 100644 --- a/system/inputrc.symlink +++ b/system/inputrc.symlink @@ -1 +1,7 @@ set completion-ignore-case on + +"\e[1;5C": forward-word +"\e[1;5D": backward-word + +"\e[A": history-search-backward +"\e[B": history-search-forward -- cgit v1.2.3