From 985588f02c735ba545bbbf32e8d1490d27bb4ef5 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sun, 5 Feb 2023 17:34:11 +0100 Subject: tmux: use tmux-thumbs instead of copycat --- common/commandline/tmux.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/commandline/tmux.nix b/common/commandline/tmux.nix index b355662..72c918c 100644 --- a/common/commandline/tmux.nix +++ b/common/commandline/tmux.nix @@ -21,7 +21,7 @@ in { terminal = "tmux-256color"; historyLimit = 50000; - plugins = with pkgs.tmuxPlugins; [copycat sensible urlview]; + plugins = with pkgs.tmuxPlugins; [tmux-thumbs sensible urlview]; extraConfig = with config.theme; '' bind-key R run-shell ' \ @@ -38,6 +38,9 @@ in { # Add plugin here because it needs its configuration run-shell '${pkgs.tmuxPlugins.prefix-highlight}/share/tmux-plugins/prefix-highlight/prefix_highlight.tmux' + # Tmux Thumbs + set -g @thumbs-alphabet dvorak + # Be faster switching windows bind C-n next-window bind C-p previous-window -- cgit v1.2.3