summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 590def5..c5384a7 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -2,6 +2,7 @@ unbind C-b
set -g prefix ^A
bind ^A send-prefix
set -g aggressive-resize on
+set-window-option -g mode-keys vi
set -g default-terminal "screen-256color"
@@ -17,6 +18,10 @@ setw -g window-status-current-fg "#b294bb"
setw -g window-status-activity-fg "#c5c8c6"
setw -g window-status-activity-bg "#1d1f21"
+## scrolling
+## NOPE
+#set -g mode-mouse on
+
## pane border and colors
set -g pane-active-border-bg default
set -g pane-active-border-fg "#373b41"