Viktor Grahn 2 vuotta sitten
vanhempi
commit
c4b7340590
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7 1
      .tmux.conf

+ 7 - 1
.tmux.conf

@@ -23,6 +23,11 @@ bind j select-pane -D
 bind k select-pane -U
 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
 set-option -g status-bg black
 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-border-style fg=grey
 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
 set-option -g status-left-length 20