✨ feat(tmux): Remove jump, change fingers keys
Fingers offers the same functionality as jump lol.
This commit is contained in:
parent
b30159eb59
commit
5ae554cb0a
1 changed files with 1 additions and 8 deletions
|
@ -67,19 +67,12 @@
|
|||
|
||||
yank
|
||||
|
||||
{
|
||||
plugin = jump;
|
||||
extraConfig = # tmux
|
||||
''
|
||||
set -g @jump-key 's'
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = fingers;
|
||||
extraConfig = # tmux
|
||||
''
|
||||
set -g @fingers-jump-key 's'
|
||||
set -g @fingers-key 'S'
|
||||
'';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue