diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-05-18 02:06:52 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-05-18 02:10:03 +0900 |
| commit | 6d235bceee66bd6b7ca2de8311a3deae4793bfa8 (patch) | |
| tree | 7649dba7f8c674471c3280b440fd7d98268d1cdc /src/constants.go | |
| parent | 4adebfc8560a367be61bb6c024095586ca6382c8 (diff) | |
| download | fzf-6d235bceee66bd6b7ca2de8311a3deae4793bfa8.tar.gz | |
Add jump and jump-accept actions for --bind
jump and jump-accept implement EasyMotion-like movement in fzf.
Suggested by @mhrebenyuk. Close #569.
Diffstat (limited to 'src/constants.go')
| -rw-r--r-- | src/constants.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.go b/src/constants.go index 2e41e8be..eb9262df 100644 --- a/src/constants.go +++ b/src/constants.go @@ -36,6 +36,9 @@ const ( // History defaultHistoryMax int = 1000 + + // Jump labels + defaultJumpLabels string = "qwertyuiopasdfghjklzxcvbnm1234567890QWERTYUIOPASDFGHJKLZXCVBNM" ) // fzf events |
