Mostly Linux & Python syntax notes and hyperlinks.

Friday, April 30, 2010

Linux: To see tab and newline characters in vi

From http://www.washington.edu/computing/unix/viqr.html
:set list
To stop seeing them:
:set nolist
And if you need to add in a tab, type control-v first and then the tab.

(To grep for tab)

No comments:

Post a Comment