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