aboutsummaryrefslogtreecommitdiff
path: root/tmux.md
blob: 80dc27f35b0556479de4d42c3694bb9e16563ddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Configuration for tmux

Required:

 - tmux 2.4+
 - xclip (this is for X, sorry)
 - requires a powerline compatible font (tip: install `fonts-powerline` in Debian/Ubuntu)

This is not vim related, but I find it very useful so I like to keep it with my
vim conf.

Link you tmux.conf to the version here with:

```
ln -s ~/.vim/tmux.conf ~/.tmux.conf
```

Run tmux with `-u2`, or add an alias to your `~/.bashrc`:

```
alias tmux="TERM=tmux-256color tmux -u2"
```