diff options
author | Camil Staps | 2016-11-17 21:36:58 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:45 +0100 |
commit | 540bd7104916b4d4749913e905a9b37d2c218afe (patch) | |
tree | 357c73d6dfc011183492ae85553f3849a4493c0c /system | |
parent | GHCi: increased history size; warnings; hoogle (diff) |
Shift-tab to have vim-like completion in the shell
Diffstat (limited to 'system')
-rw-r--r-- | system/inputrc.symlink | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/inputrc.symlink b/system/inputrc.symlink index 05821d7..6449edb 100644 --- a/system/inputrc.symlink +++ b/system/inputrc.symlink @@ -5,3 +5,5 @@ set completion-ignore-case on "\e[A": history-search-backward "\e[B": history-search-forward + +"\e[Z": menu-complete |