Improve README example for @jump-keys to show a non-default value

Agent-Logs-Url: https://github.com/MaxG87/tmux-jump/sessions/fa68766a-f160-454d-96db-e48c2a841dc8

Co-authored-by: MaxG87 <5477952+MaxG87@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-23 10:07:12 +00:00 committed by GitHub
parent a045f38df1
commit 251582df5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,9 +76,9 @@ set -g @jump-keys-position 'left'
set -g @jump-keys-position 'off_left'
```
And the jump characters used to label positions:
And the jump characters used to label positions (default: `jfhgkdlsa`):
```
set -g @jump-keys 'jfhgkdlsa'
set -g @jump-keys 'asdfghjkl'
```
## Similar Projects