Monday, October 6, 2008

Working on vi with a wider terminal on Solaris

When using vi on Solaris, sometimes when the screen is quite wide you get a "Terminal too wide" error.

In order to get around this, simply run the command :

stty columns 160

and you should be able to run vi with a bigger terminal.

No comments: