From 1181f5efe7d67b3cd1488180acf7550923cca5bc Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 27 Mar 2020 15:05:55 +0000 Subject: tmate configuration --- tmate.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tmate.conf diff --git a/tmate.conf b/tmate.conf new file mode 100644 index 0000000..3cf7004 --- /dev/null +++ b/tmate.conf @@ -0,0 +1,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" + -- cgit v1.2.3