From a6834ada8ac556460c37f705ba1a46db6b731a45 Mon Sep 17 00:00:00 2001 From: Chun Li Date: Sat, 18 Jan 2025 05:11:22 +0000 Subject: [PATCH] Modify tmux conf to work on linux. --- tmux/dot-tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index 7b53d6d..f3aa006 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -65,15 +65,15 @@ set-option -g status-interval 1 set-option -g status-left '' set-option -g status-right '%l:%M%p' # set-window-option -g window-status-current-fg magenta -set-option -g status-fg default -set-option -g status-bg black +# set-option -g status-fg default +# set-option -g status-bg black # Set window notifications setw -g monitor-activity on set -g visual-activity on # Enable native Mac OS X copy/paste -set-option -g default-command "/bin/bash -c 'which reattach-to-user-namespace >/dev/null && exec reattach-to-user-namespace $SHELL -l || exec $SHELL -l'" +# set-option -g default-command "/bin/bash -c 'which reattach-to-user-namespace >/dev/null && exec reattach-to-user-namespace $SHELL -l || exec $SHELL -l'" # Allow the arrow key to be used immediately after changing windows set-option -g repeat-time 0