From bfcc85e56cf00bc766209266f267728b46fcabe0 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 11 Nov 2022 07:41:01 +0000 Subject: [PATCH] Add tmux plugins --- nix-conf/home/includes/dev-common.nix | 21 ++++++++++++++++++++- nix-conf/home/includes/linux-server.nix | 4 ++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/nix-conf/home/includes/dev-common.nix b/nix-conf/home/includes/dev-common.nix index 904b4f8..aee5074 100644 --- a/nix-conf/home/includes/dev-common.nix +++ b/nix-conf/home/includes/dev-common.nix @@ -19,19 +19,38 @@ enable = true; terminal = "screen-256color"; prefix = "C-x"; + plugins = [ pkgs.tmuxPlugins.copycat + pkgs.tmuxPlugins.extrakto + #pkgs.tmuxPlugins.fingers + pkgs.tmuxPlugins.fzf-tmux-url + pkgs.tmuxPlugins.open + pkgs.tmuxPlugins.tmux-thumbs + ]; extraConfig = '' - tmux bind-key R run-shell ' \ + unbind-key R + bind-key R run-shell ' \ tmux source-file ~/.config/tmux/tmux.conf > /dev/null; \ tmux display-message "Sourced .config/tmux/tmux.conf!"' + bind-key £ split-window -h + set-option -g status-bg '#666666' set-option -g status-fg '#aaaaaa' set-option -g status-left-length 50 set-option -g status-right " %a, %b %d - %H:%M " + ${lib.optionalString pkgs.stdenv.isLinux '' bind-key -T copy-mode y send-keys -X copy-pipe-and-cancel "xsel -i -p && xsel -o -p | xsel -i -b" bind-key C-y run "xsel -o | tmux load-buffer - ; tmux paste-buffer" ''} + + set -g @open-S 'https://www.duckduckgo.com/?q=' + set -g @thumbs-reverse enabled + set -g @thumbs-unique enabled + set -g @thumbs-position right + set -g @thumbs-contrast 1 + #${lib.optionalString pkgs.stdenv.isLinux "set -g @thumbs-upcase-command 'xargs xdg-open {}'"} + #${lib.optionalString pkgs.stdenv.isDarwin "set -g @thumbs-upcase-command 'xargs open {}'"} ''; }; diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix index b4d7d1e..cb69eee 100644 --- a/nix-conf/home/includes/linux-server.nix +++ b/nix-conf/home/includes/linux-server.nix @@ -19,14 +19,14 @@ maxCacheTtl = 34560000; }; - ## TODO newSession plugins etc programs.tmux = { enable = true; #terminal = "screen-256color"; prefix = "C-a"; #tmuxp.enable = true; extraConfig = '' - tmux bind-key R run-shell ' \ + unbind-key R + bind-key R run-shell ' \ tmux source-file ~/.config/tmux/tmux.conf > /dev/null; \ tmux display-message "Sourced .config/tmux/tmux.conf!"' bind-key C-a last-window