Home » Questions » Computers [ Ask a new question ]

How do you force vim to behave as a terminal app?

How do you force vim to behave as a terminal app?

using vim via ssh on a machine with an x server running throws an X error. Specifically:

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

Have you tried the -X switch? This will disable the X integration features of Vim such as clipboard integration, so X is not needed to run it.