소스 검색

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