summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-05-19 01:46:22 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-05-19 01:46:22 +0900
commit7ed9f8366235a70ce03cf3ab05fcfb6dbcfd9a10 (patch)
tree9f810a4997b492b404bc1384f75b60365b1d3126 /src/constants.go
parentf498a9b3fb9d9a78c6c9866ffc0e296c21b3d7b4 (diff)
downloadfzf-7ed9f8366235a70ce03cf3ab05fcfb6dbcfd9a10.tar.gz
Validate jump label characters
Also extend default jump labels
Diffstat (limited to 'src/constants.go')
-rw-r--r--src/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.go b/src/constants.go
index 8be40eda..c60c9582 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -38,7 +38,7 @@ const (
defaultHistoryMax int = 1000
// Jump labels
- defaultJumpLabels string = "qwertyuiopasdfghjklzxcvbnm1234567890QWERTYUIOPASDFGHJKLZXCVBNM,<.>/?!@#$%^&*<>/?()[{]}"
+ defaultJumpLabels string = "asdfghjklqwertyuiopzxcvbnm1234567890ASDFGHJKLQWERTYUIOPZXCVBNM`~;:,<.>/?'\"!@#$%^&*()[{]}-_=+"
)
// fzf events