How to find a tab character in vi.
- April 2nd, 2010
- Posted in Documentation
- Write comment
To display all the special characters or escape sequences:
: set list
To find the tab character (^I). Hold down control and hit vi.:
/^vi
To display all the special characters or escape sequences:
: set list
To find the tab character (^I). Hold down control and hit vi.:
/^vi
No comments yet.