Shift-TAB on multi-select mode

This commit is contained in:
Junegunn Choi
2013-11-10 20:19:57 +09:00
parent 83825dbbd3
commit 8777a495bc
3 changed files with 6 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ The following readline key bindings should also work as expected.
- CTRL-W / CTRL-U
If you enable multi-select mode with `-m` option, you can select multiple items
with TAB key.
with TAB or Shift-TAB key.
Usage as Vim plugin
-------------------