diff options
Diffstat (limited to 'src/constants.go')
| -rw-r--r-- | src/constants.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.go b/src/constants.go index 2e41e8be..eb9262df 100644 --- a/src/constants.go +++ b/src/constants.go @@ -36,6 +36,9 @@ const ( // History defaultHistoryMax int = 1000 + + // Jump labels + defaultJumpLabels string = "qwertyuiopasdfghjklzxcvbnm1234567890QWERTYUIOPASDFGHJKLZXCVBNM" ) // fzf events |
