Преглед на файлове

~/.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 години
родител
ревизия
b67d5daf4f
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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