How do I find a tab character in emacs?
|
1
|
|
|
|
|
|
C-s starts an incremental search, and then C-q runs quoted-insert, which inserts the next character you type literally. Then, pressing the TAB key will insert a tab character. Continue hitting C-s to go to the next tab character. |
||||
|
|
|
C-s TAB works for me |
||||||
|
|
|
Hit If you want to visualize tab characters, you can add the following to your
|
||
|
|
|
|
I use whitespace mode to highlight all tabs with the following in my .emacs file:
|
||
|
|
