aboutsummaryrefslogtreecommitdiff
path: root/tmate.conf
blob: 3cf7004ddd6c8e3064357d48b93341928936861c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# tmate uses default C=b (whilst my tmux uses C-a)
#
#  ln -s ~/.vim/tmate.conf ~/.tmate.conf
#
# 1. detach your existing tmux session
# 2. start tmate
# 3. inside tmate: TMUX='' tmux attach

# invisible
set -g status off

# avoid delay and ESC behaving weird
set -s escape-time 0

# for vim themes
set -g default-terminal "tmux-256color"