blob: b899c3446ce54c72f377db9844561b66c3444a03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Configuration for tmux
Required:
- tmux 2.7+
- xclip (this is for X)
- requires a powerline compatible font (tip: if you are not using wezterm, install `fonts-powerline` in Debian/Ubuntu)
Link you tmux.conf to the version here with:
```
ln -s ~/.config/nvim/tmux.conf ~/.tmux.conf
```
Run tmux with `-u2`, or add an alias to your `~/.bashrc`:
```
alias tmux="TERM=tmux-256color tmux -u2"
```
|