Explorar el Código

~/.tmux.conf: Support mouse scrolling.

It's kind of inconvenient because it doesn't allow normal mouse
selection, but we'll see how it works out.
Lucas Stadler %!s(int64=12) %!d(string=hace) años
padre
commit
b67d5daf4f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .tmux.conf

+ 2 - 0
.tmux.conf

@ -6,6 +6,8 @@
6 6
# [stolen tmux.conf]: https://gist.github.com/1689941#file_.tmux.conf
7 7
# [patched fonts]: https://github.com/Lokaltog/vim-powerline/wiki/Patched-fonts
8 8
9
set -g mode-mouse on
10
9 11
set -g default-terminal "screen-256color"
10 12
set -g status-utf8 on
11 13
set-option -g set-titles on