Просмотр исходного кода

~/.tmux.conf: Fix tmux config

It was not read by tmux because it contained errors after not having
updated it for ages.  Now it should be better.  I don't think I want to
keep the rest, but will see.
Lu Stadler лет назад: 7
Родитель
Сommit
83dde31d23
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      .tmux.conf

+ 1 - 2
.tmux.conf

@ -6,10 +6,9 @@
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
9
set -g mouse on
10 10
11 11
set -g default-terminal "screen-256color"
12
set -g status-utf8 on
13 12
set-option -g set-titles on
14 13
set-option -g set-titles-string "tmux(#I): #W #T"
15 14
set-option -g history-limit 10000