aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 0213742..c888d91 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -21,3 +21,7 @@ set -g status-fg '#ffffff'
21set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" 21set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]"
22set -g pane-active-border fg=#777777 22set -g pane-active-border fg=#777777
23set -g pane-border-style fg=#222222 23set -g pane-border-style fg=#222222
24
25# Other settings
26set-option -sg escape-time 10
27set-option -g mouse off