Explorar o código

Allow mouse scrolling in tmux

Andrew Swistak %!s(int64=6) %!d(string=hai) anos
pai
achega
6675fd344e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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