dwyl / learn-vim

💻 Learn how to use the Vim (or Helix!) text editor to write/edit code *much* faster and get more done in less time! ⏳❤️ ✅
9 stars 0 forks source link

Remote Pairing Tools in Vim? #18

Open nelsonic opened 5 years ago

nelsonic commented 5 years ago

Scenario imagine you want to work with someone on some code but that person is not physically sitting next to you ... any distance whether 2 meters or 2 thousand miles means you are "remote pairing".

What are the tools we can use to share a Vim session over a secure connection so that 2 or more people can pair and collaborate over any distance?

nelsonic commented 5 years ago

SSH and tmux? https://www.hamvocke.com/blog/remote-pair-programming-with-tmux/