Tagged Questions

8
votes
1answer
1k views

Vim cursor shape question

I currently use MacVim for a lot of my editor needs but occasionally I need to edit files remotely over ssh. In MacVim the shape of the cursor varies depending on your current mode, i.e. command mode ...
6
votes
6answers
2k views

Using Macvim over ssh

My project involves working on a large codebase on a remote server. I'm constantly editing multiple files, so scp'ing files back an forth is not possible. I've got my local Macvim setup just the way ...
1
vote
1answer
726 views

Open MacVim via Terminal when SSH'ed to a server

I'm wondering if there is a way to have MacVim become my default editor when I've SSH'ed into a server. Is there any way for the server's .vimrc file to launch a program on my Mac? I ask because ...
0
votes
2answers
497 views

How to edit multiple files from multiple remote servers in MacVim?

What's the best way to edit multiple files from multiple remote sources in MacVim? Changes should be saved live to the server. And it would be nice if you could yank and paste changes between multiple ...