✨ 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
|
yank
|
||||||
|
|
||||||
{
|
|
||||||
plugin = jump;
|
|
||||||
extraConfig = # tmux
|
|
||||||
''
|
|
||||||
set -g @jump-key 's'
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
plugin = fingers;
|
plugin = fingers;
|
||||||
extraConfig = # tmux
|
extraConfig = # tmux
|
||||||
''
|
''
|
||||||
set -g @fingers-jump-key 's'
|
set -g @fingers-jump-key 's'
|
||||||
|
set -g @fingers-key 'S'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue