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 5d923af204
commit de19125479

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