aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
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