feat(tmux): Remove jump, change fingers keys

Fingers offers the same functionality as jump lol.
This commit is contained in:
punkfairie 2024-11-02 23:43:05 -07:00
parent b30159eb59
commit 5ae554cb0a
Signed by: punkfairie
GPG key ID: 01823C057725C266

View file

@ -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'
'';
}