Selaa lähdekoodia

~/.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 12 vuotta sitten
vanhempi
commit
b67d5daf4f
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      .tmux.conf

+ 2 - 0
.tmux.conf

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