|
|
@ -10,10 +10,15 @@ set -g pane-base-index 0 |
|
|
|
# Ctrl+Enter creates a new tab |
|
|
|
# Ctrl+Enter creates a new tab |
|
|
|
bind Enter new-window |
|
|
|
bind Enter new-window |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Don't wait for the escape press |
|
|
|
|
|
|
|
set -s escape-time 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Define the statusbar |
|
|
|
set-option -g status on |
|
|
|
set-option -g status on |
|
|
|
set-option -g status-style fg=cyan,bg=black |
|
|
|
set-option -g status-style fg=cyan # ,bg=black |
|
|
|
set-option -g window-status-current-style fg=black,bg=cyan |
|
|
|
set-option -g window-status-current-style fg=black,bg=cyan |
|
|
|
set-option -g window-status-current-format " #W " |
|
|
|
set-option -g window-status-current-format " #W " |
|
|
|
|
|
|
|
set-option -g window-status-format " #W " |
|
|
|
set-option -g status-right "" |
|
|
|
set-option -g status-right "" |
|
|
|
set-option -g status-right-length 0 |
|
|
|
set-option -g status-right-length 0 |
|
|
|
set-option -g status-left "" |
|
|
|
set-option -g status-left "" |
|
|
|