Browse Source

Allow mouse scrolling in tmux

Andrew Swistak 6 năm trước cách đây
mục cha
commit
6675fd344e
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      tmux.conf

+ 4 - 0
tmux.conf

@@ -11,3 +11,7 @@ set -g status-bg black
 set -g status-fg green
 set-option -g status-position top
 set -g default-terminal "screen-256color"
+
+# Make sure zsh is used by default
+set -g default-shell /bin/zsh
+setw -g mouse on