This commit is contained in:
CherryKitten 2024-03-24 19:03:07 +01:00
parent 882c803656
commit d8e9315c4b
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -4,8 +4,10 @@
clock24 = true;
shortcut = "a";
keyMode = "vi";
mouse = true;
historyLimit = 30000;
historyLimit = 50000;
sensibleOnTop = false;
extraConfig = ''
set -g status-position top
@ -14,6 +16,11 @@
bind . split-window -h
bind - split-window -v
bind C-p previous-window
bind C-n next-window
bind R source-file '~/.config/tmux/tmux.conf'
set -g base-index 1
set -g status-bg black
@ -21,9 +28,12 @@
set-option -sg escape-time 10
set-option -g focus-events on
set-option -sa terminal-features ',kitty:RGB'
'';
set -s escape-time 0
set -g display-time 4000
set -g status-interval 5
set -g default-terminal "screen-256color"
'';
};
}