diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-03-27 15:18:37 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | f6d0ce7ac1825d8eb5f26479d2295d70a52219a6 (patch) | |
tree | 48d9470da0ee523a440bb1dd46956cb71158c360 /tmate.md | |
parent | 1181f5efe7d67b3cd1488180acf7550923cca5bc (diff) | |
download | dotnvim-f6d0ce7ac1825d8eb5f26479d2295d70a52219a6.tar.gz dotnvim-f6d0ce7ac1825d8eb5f26479d2295d70a52219a6.zip |
Some docs
Diffstat (limited to 'tmate.md')
-rw-r--r-- | tmate.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tmate.md b/tmate.md new file mode 100644 index 0000000..7270a59 --- /dev/null +++ b/tmate.md @@ -0,0 +1,10 @@ +# Use tmate (and tmate.io) for pair programming + + ln -s ~/.vim/tmate.conf ~/.tmate.conf + +1. detach your existing tmux session +2. start tmate +3. inside tmate: `TMUX='' tmux attach` + +My conf uses C-b for tmate (because I use C-a for tmux!). + |