Browse Source

~/.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 years ago
parent
commit
83dde31d23
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .tmux.conf

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