diff options
author | Camil Staps | 2016-05-21 15:50:37 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:43 +0100 |
commit | 3d2b919285939d4a649b2d27b3ea22a1d8871e09 (patch) | |
tree | ffd06257760b10ef01233b0584bef1ca00f9f993 /system | |
parent | Case insensitive autocomplete (diff) |
Fix arrows in bash
Diffstat (limited to 'system')
-rw-r--r-- | system/inputrc.symlink | 6 |
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 |