From 7ed9f8366235a70ce03cf3ab05fcfb6dbcfd9a10 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 19 May 2016 01:46:22 +0900 Subject: Validate jump label characters Also extend default jump labels --- src/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants.go') 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 -- cgit v1.2.3