Add CTRL-G and ESC (C-[) as abort key (#7)

This commit is contained in:
Junegunn Choi
2013-11-20 21:18:51 +09:00
parent 04bf3abe99
commit 4745d50931
2 changed files with 11 additions and 13 deletions

View File

@@ -106,7 +106,7 @@ history | fzf +s
### Key binding
Use CTRL-J and CTRL-K (or CTRL-N and CTRL-P) to change the selection, press
enter key to select the item. CTRL-C will terminate the finder.
enter key to select the item. CTRL-C, CTRL-G, or ESC will terminate the finder.
The following readline key bindings should also work as expected.