cursor_text_color #3e3937
cursor_shape block
+# Mouse
+mouse_hide_wait 0
+
# Color Scheme
foreground #ffffff
inactive_tab_foreground #00FFFF
inactive_tab_background #000000
-
+macos_titlebar_color background
background_opacity 1.0
# Regular Colors
# Better powerline highlighting.
set-window-option -g window-status-activity-style bold,underscore
-#Set Activity monitoring.
+# Set Activity monitoring.
setw -g monitor-activity on
set -g visual-activity on
bind -r h run-shell 'tmux select-pane -L'
bind -r l run-shell 'tmux select-pane -R'
+# Mouse Mode
+set -g mouse on
+
# Set color mode.
set -g default-terminal "xterm-256color-italic"
set-option -ga terminal-overrides ",xterm-256color-italic:Tc"