瀏覽代碼

Update tmux

Viktor Grahn 2 年之前
父節點
當前提交
c4b7340590
共有 1 個文件被更改,包括 7 次插入1 次删除
  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