ソースを参照

Allow mouse scrolling in tmux

Andrew Swistak 6 年 前
コミット
6675fd344e
1 ファイル変更4 行追加0 行削除
  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