When I'm on my own computer's terminal, when I enter the command vim filename
and vim opens the file in the terminal.
When I log into my school account using SSH, and I enter vim filename
, nothing happens.
I assume it's trying to open it using XQuartz, which I recently uninstalled.
How do I make it open in the terminal window, like on my own computer?
I have tried not using -Y
when logging on, but it doesn't make a difference.