René Nyffenegger
René Nyffenegger

Reputation: 40499

How do I search for a tabulator in VI?

I am wondering if there is a possibility to search for a tabulator in vi. I am used to vim, but the machine on which I am editing a file doesn't have vim, so please don't suggest to use vim.

Upvotes: 0

Views: 185

Answers (1)

Johan Kotlinski
Johan Kotlinski

Reputation: 25739

Why should it not just work with /\t? This must have been possible with vi aswell, no?

Upvotes: 1

Related Questions