Explorar el Código

Allow mouse scrolling in tmux

Andrew Swistak hace 6 años
padre
commit
6675fd344e
Se han modificado 1 ficheros con 4 adiciones y 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