diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-03-27 15:05:55 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | 1181f5efe7d67b3cd1488180acf7550923cca5bc (patch) | |
tree | f6b4372ff2355d98a1c58825753870943d9a46fa /tmate.conf | |
parent | 173da95336227fb15128f1073aa447de55a5fcad (diff) | |
download | dotnvim-1181f5efe7d67b3cd1488180acf7550923cca5bc.tar.gz dotnvim-1181f5efe7d67b3cd1488180acf7550923cca5bc.zip |
tmate configuration
Diffstat (limited to 'tmate.conf')
-rw-r--r-- | tmate.conf | 17 |
1 files changed, 17 insertions, 0 deletions
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" + |