Skip to content

Commit ff93d27

Browse files
committed
Replace fzf-tmux-url with fingers
1 parent e956864 commit ff93d27

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

components/tmux.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
keyMode = "vi";
66
terminal = "tmux-256color";
77
plugins = with pkgs.tmuxPlugins; [
8-
fzf-tmux-url
98
resurrect
109
vim-tmux-navigator
1110
{
@@ -24,6 +23,13 @@
2423
set -g @catppuccin_window_text " #T"
2524
'';
2625
}
26+
{
27+
plugin = fingers;
28+
extraConfig = ''
29+
set -g @fingers-key C-u
30+
set -g @fingers-main-action ':open:'
31+
'';
32+
}
2733
{
2834
plugin = continuum;
2935
extraConfig = ''

0 commit comments

Comments
 (0)