mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Cleanup tmux plugins
This commit is contained in:
@@ -219,26 +219,14 @@ in
|
|||||||
terminal = "tmux-256color";
|
terminal = "tmux-256color";
|
||||||
customPaneNavigationAndResize = true;
|
customPaneNavigationAndResize = true;
|
||||||
plugins = with pkgs.tmuxPlugins; [
|
plugins = with pkgs.tmuxPlugins; [
|
||||||
{
|
|
||||||
plugin = pain-control;
|
|
||||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-pain-control'";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
plugin = sensible;
|
plugin = sensible;
|
||||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sensible'";
|
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sensible'";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
plugin = sessionist;
|
|
||||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sessionist'";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
plugin = yank;
|
plugin = yank;
|
||||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-yank'";
|
extraConfig = "set -g @plugin 'tmux-plugins/tmux-yank'";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
plugin = copycat;
|
|
||||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-copycat'";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
plugin = resurrect;
|
plugin = resurrect;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
@@ -261,35 +249,20 @@ in
|
|||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set-window-option -g automatic-rename on
|
set-window-option -g automatic-rename on
|
||||||
set-option -g set-titles on
|
|
||||||
|
|
||||||
set -g mouse on
|
|
||||||
|
|
||||||
set -g default-command "zsh"
|
|
||||||
|
|
||||||
set -g status-left-length 30
|
|
||||||
set -g status-right-length 150
|
|
||||||
|
|
||||||
set -g xterm-keys on
|
|
||||||
|
|
||||||
set -g pane-border-status top
|
|
||||||
|
|
||||||
set -g set-titles on
|
|
||||||
set -g display-panes-time 800
|
|
||||||
set -g display-time 2000
|
|
||||||
|
|
||||||
set -q -g utf8 on
|
|
||||||
|
|
||||||
set -g monitor-activity on
|
|
||||||
set -g visual-activity off
|
|
||||||
|
|
||||||
set -g status-right '#(gitmux #{pane_current_path})'
|
|
||||||
|
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
|
|
||||||
bind-key -T copy-mode-vi v send -X begin-selection
|
bind-key -T copy-mode-vi v send -X begin-selection
|
||||||
bind-key -T copy-mode-vi V send -X select-line
|
bind-key -T copy-mode-vi V send -X select-line
|
||||||
bind-key -T copy-mode-vi y send -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
|
||||||
|
|
||||||
|
set-option -g set-titles on
|
||||||
|
set -g mouse on
|
||||||
|
set -g default-command "zsh"
|
||||||
|
set -g status-left-length 30
|
||||||
|
set -g status-right-length 150
|
||||||
|
set -g xterm-keys on
|
||||||
|
set -g monitor-activity on
|
||||||
|
set -g status-right '#(gitmux #{pane_current_path})'
|
||||||
|
set -g @yank_action 'copy-pipe'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user