|
@@ -23,6 +23,11 @@ bind j select-pane -D
|
|
|
bind k select-pane -U
|
|
bind k select-pane -U
|
|
|
bind l select-pane -R
|
|
bind l select-pane -R
|
|
|
|
|
|
|
|
|
|
+bind -r C-h resize-pane -L 1
|
|
|
|
|
+bind -r C-j resize-pane -D 1
|
|
|
|
|
+bind -r C-k resize-pane -U 1
|
|
|
|
|
+bind -r C-l resize-pane -R 1
|
|
|
|
|
+
|
|
|
# Styling
|
|
# Styling
|
|
|
set-option -g status-bg black
|
|
set-option -g status-bg black
|
|
|
set-option -g status-fg white
|
|
set-option -g status-fg white
|
|
@@ -32,7 +37,8 @@ set-option -g message-command-style "bg=blue, fg=black"
|
|
|
set-option -g pane-active-border-style fg=grey
|
|
set-option -g pane-active-border-style fg=grey
|
|
|
set-option -g pane-border-style fg=grey
|
|
set-option -g pane-border-style fg=grey
|
|
|
set-option -g pane-active-border-style fg=white
|
|
set-option -g pane-active-border-style fg=white
|
|
|
-set-option -g window-status-separator "#[fg=grey] "
|
|
|
|
|
|
|
+set-option -g window-status-separator "#[fg=grey] | "
|
|
|
|
|
+# set-option -g window-status-separator "#[fg=grey] "
|
|
|
|
|
|
|
|
# Left components
|
|
# Left components
|
|
|
set-option -g status-left-length 20
|
|
set-option -g status-left-length 20
|