mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Use tmux-sensible
This commit is contained in:
@@ -237,12 +237,15 @@ in
|
|||||||
plugin = yank;
|
plugin = yank;
|
||||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-yank'";
|
extraConfig = "set -g @plugin 'tmux-plugins/tmux-yank'";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = sensible;
|
||||||
|
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sensible'";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
plugin = tmux-colors-solarized;
|
plugin = tmux-colors-solarized;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -g @plugin 'seebi/tmux-colors-solarized'
|
set -g @plugin 'seebi/tmux-colors-solarized'
|
||||||
set -g @colors-solarized 'dark'
|
set -g @colors-solarized 'dark'
|
||||||
set -sg escape-time 0
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
@@ -256,19 +259,13 @@ in
|
|||||||
set -g status-left-length 30
|
set -g status-left-length 30
|
||||||
set -g status-right-length 150
|
set -g status-right-length 150
|
||||||
|
|
||||||
set -g status-interval 5
|
set -g xterm-keys on
|
||||||
|
|
||||||
set -g default-terminal "screen-256color" # colors!
|
set -g set-titles on
|
||||||
setw -g xterm-keys on
|
set -g display-panes-time 800
|
||||||
|
set -g display-time 2000
|
||||||
|
|
||||||
set -g set-titles on # set terminal title
|
set -q -g utf8 on
|
||||||
set -g display-panes-time 800 # slightly longer pane indicators display time
|
|
||||||
set -g display-time 2000 # slightly longer status messages display time
|
|
||||||
|
|
||||||
# Lots of scrollback.
|
|
||||||
setw -g history-limit 50000000
|
|
||||||
|
|
||||||
setw -q -g utf8 on
|
|
||||||
|
|
||||||
# activity
|
# activity
|
||||||
set -g monitor-activity on
|
set -g monitor-activity on
|
||||||
|
Reference in New Issue
Block a user