Add tmux plugins

This commit is contained in:
David Morgan 2022-11-11 07:41:01 +00:00
parent 92b6abdcca
commit bfcc85e56c
Signed by: djm
GPG Key ID: C171251002C200F2
2 changed files with 22 additions and 3 deletions

View File

@ -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 {}'"}
'';
};

View File

@ -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