Skip to content

Commit

Permalink
feat(tmux): add tmux-fingers plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Jan 19, 2024
1 parent 1ca8595 commit 1621fec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ inputs, pkgs, config, lib, ... }:
{ inputs, pkgs, pkgs-unstable, config, lib, ... }:
let
cfg = import ./config.nix;
dotfilesDir = "${config.home.homeDirectory}/${cfg.repo-path}";
Expand Down Expand Up @@ -141,6 +142,10 @@ in
plugin = prefix-highlight;
extraConfig = "source-file ${dotfilesDir}/config/tmux/tmux.conf";
}
{
plugin = pkgs-unstable.tmuxPlugins.fingers;
extraConfig = "set -g @fingers-key C-f";
}
extrakto
tmux-fzf
logging
Expand Down

0 comments on commit 1621fec

Please sign in to comment.