m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-15 23:03:47 -05:00

Validate jump label characters

Also extend default jump labels
This commit is contained in:
Junegunn Choi
2016-05-19 01:46:22 +09:00
parent f498a9b3fb
commit 7ed9f83662
2 changed files with 11 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ const (
defaultHistoryMax int = 1000
// Jump labels
defaultJumpLabels string = "qwertyuiopasdfghjklzxcvbnm1234567890QWERTYUIOPASDFGHJKLZXCVBNM,<.>/?!@#$%^&*<>/?()[{]}"
defaultJumpLabels string = "asdfghjklqwertyuiopzxcvbnm1234567890ASDFGHJKLQWERTYUIOPZXCVBNM`~;:,<.>/?'\"!@#$%^&*()[{]}-_=+"
)
// fzf events