aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux.conf b/tmux.conf
index 086b831..750c20a 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -23,7 +23,7 @@ set -g status-right-length 70
# 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
@@ -34,6 +34,9 @@ bind -r j run-shell 'tmux select-pane -D'
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"