summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-05-18 22:44:31 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-05-18 22:44:31 +0900
commite53535cc61e67ed58f281c943786ba84e1aeef9c (patch)
treefc50aea1e29890e93af14e18f5a452de724b50cb /src
parentc62fc5e75c09262a384e703800fefa6850afa2e8 (diff)
Update default jump labels
Diffstat (limited to 'src')
-rw-r--r--src/constants.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.go b/src/constants.go
index eb9262df..bee142f8 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.12.1"
+ version = "0.12.2"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond
@@ -38,7 +38,7 @@ const (
defaultHistoryMax int = 1000
// Jump labels
- defaultJumpLabels string = "qwertyuiopasdfghjklzxcvbnm1234567890QWERTYUIOPASDFGHJKLZXCVBNM"
+ defaultJumpLabels string = "qwertyuiopasdfghjklzxcvbnm1234567890QWERTYUIOPASDFGHJKLZXCVBNM,<.>/?!@#$%^&*<>/?()[{]}"
)
// fzf events