mirror of
https://github.com/schasse/tmux-jump.git
synced 2026-09-10 07:06:15 -04:00
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:
parent
a045f38df1
commit
251582df5c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue