aboutsummaryrefslogtreecommitdiff
path: root/tmate.conf
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-03-07 08:08:31 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:31 +0100
commit1a150722e721e557c3f4b468545ef0b9fccd46e9 (patch)
treeab7514638d797fec87c267fffe74d380b7999965 /tmate.conf
parent1cc4d64a6248758a447b8341fe290811af40b54f (diff)
downloaddotnvim-1a150722e721e557c3f4b468545ef0b9fccd46e9.tar.gz
dotnvim-1a150722e721e557c3f4b468545ef0b9fccd46e9.zip
Not using it currently
Diffstat (limited to 'tmate.conf')
-rw-r--r--tmate.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/tmate.conf b/tmate.conf
deleted file mode 100644
index 61ea16c..0000000
--- a/tmate.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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"
-
-# For vim plugins relaying on focus events
-set -g focus-events on