commit 3da2363666898d9784d9854dd32e21a503919bf7 parent a716fde73f635c50b53b6522abe98d358443d90c Author: mehdi-norouzi <mehdeenoroozi@gmail.com> Date: Thu, 2 May 2024 12:44:47 +0330 x11: comment out default color scheme Diffstat:
| M | tmux/.config/tmux/tmux.conf | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf @@ -31,8 +31,18 @@ set -g @continuum-restore 'on' set -g @continuum-save-interval '1' set -g @resurrect-strategy-vim 'sessions' +<<<<<<< HEAD set -g status-style 'bg=black' set-option -g status-position top +======= +<<<<<<< HEAD +set -g status-style 'bg=black' +set-option -g status-position top +======= +set -g status-style 'bg=default' +set -sg escape-time 0 +>>>>>>> 6b395c1 (tmux: set ESC timeout to 0) +>>>>>>> b4fcc65 (tmux: remove vim navigation and config status-bar) bind r source-file ~/.config/tmux/tmux.conf bind e run-shell "tmux split-window -h -l 40% cht.sh"