diff options
| -rw-r--r-- | tmux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |
