Commit Diff


commit - a22d53899061186925f0f900aee6975a2960ed54
commit + 6c1893d2370f629b67d7377773a2056dd4d30f54
blob - 91e5e1daabc1b00275d96054807d216f5591ba65
blob + e08847899a3932468e7ebcdd96911b3d6ad4610f
--- .tmux.conf
+++ .tmux.conf
@@ -7,6 +7,9 @@ set -g default-terminal "screen-256color"
 ## source config file
 bind r source-file ~/.tmux.conf
 
+## mouse
+set -g mouse off
+
 ## history
 set -g history-limit 4096
 
@@ -29,13 +32,12 @@ bind -n M-Down select-pane -D
 bind : command-prompt
 bind-key space next-window
 
-## Colors
+## Colours
 set -g status-bg black
 set -g status-fg white
+set -g pane-active-border-style fg=colour53
+
 set -g status-interval 1
-set -g pane-active-border-fg '#202060'
-setw -g window-status-current-fg black
-setw -g window-status-current-fg white
 
 ## Just the hostname
 set -g status-left ""