From 6d235bceee66bd6b7ca2de8311a3deae4793bfa8 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 18 May 2016 02:06:52 +0900 Subject: Add jump and jump-accept actions for --bind jump and jump-accept implement EasyMotion-like movement in fzf. Suggested by @mhrebenyuk. Close #569. --- src/constants.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/constants.go') 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 -- cgit v1.2.3