From bfcc85e56cf00bc766209266f267728b46fcabe0 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 11 Nov 2022 07:41:01 +0000 Subject: Add tmux plugins --- nix-conf/home/includes/dev-common.nix | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'nix-conf/home/includes/dev-common.nix') 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 {}'"} ''; }; -- cgit 1.4.1-2-gfad0