aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorCamil Staps2016-05-21 15:50:37 +0200
committerCamil Staps2016-11-30 19:11:43 +0100
commit3d2b919285939d4a649b2d27b3ea22a1d8871e09 (patch)
treeffd06257760b10ef01233b0584bef1ca00f9f993 /system
parentCase insensitive autocomplete (diff)
Fix arrows in bash
Diffstat (limited to 'system')
-rw-r--r--system/inputrc.symlink6
1 files changed, 6 insertions, 0 deletions
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