Home » Questions » Computers [ Ask a new question ]

How do I run gvim within the same shell window?

How do I run gvim within the same shell window?

I'm running gvim on my mac from /usr/local/bin. If I invoke it from a terminal window it opens it up in a new window. I'd like to get it to just run in the same window I'm already using. How do I do that? I realize this is probably a really dumb question but I'm a big time mac noob.

Asked by: Guest | Views: 252
Total answers/comments: 1
bert [Entry]

'gvim' is the graphical version of vim. Try /usr/local/bin/vim instead.