From e53535cc61e67ed58f281c943786ba84e1aeef9c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 18 May 2016 22:44:31 +0900 Subject: [PATCH] Update default jump labels --- src/constants.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.go b/src/constants.go index eb9262d..bee142f 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