aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2020-03-27 15:05:55 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:29 +0100
commit1181f5efe7d67b3cd1488180acf7550923cca5bc (patch)
treef6b4372ff2355d98a1c58825753870943d9a46fa
parent173da95336227fb15128f1073aa447de55a5fcad (diff)
downloaddotnvim-1181f5efe7d67b3cd1488180acf7550923cca5bc.tar.gz
dotnvim-1181f5efe7d67b3cd1488180acf7550923cca5bc.zip
tmate configuration
-rw-r--r--tmate.conf17
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"
+