diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-05-19 01:46:22 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-05-19 01:46:22 +0900 |
| commit | 7ed9f8366235a70ce03cf3ab05fcfb6dbcfd9a10 (patch) | |
| tree | 9f810a4997b492b404bc1384f75b60365b1d3126 /src/constants.go | |
| parent | f498a9b3fb9d9a78c6c9866ffc0e296c21b3d7b4 (diff) | |
| download | fzf-7ed9f8366235a70ce03cf3ab05fcfb6dbcfd9a10.tar.gz | |
Validate jump label characters
Also extend default jump labels
Diffstat (limited to 'src/constants.go')
| -rw-r--r-- | src/constants.go | 2 |
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 |
