Tip #168: Viewing the actual XPM data in GVIM
tip karma |
Rating 0/2, Viewed by 1308
|
created: |
|
November 21, 2001 10:06 |
|
complexity: |
|
basic |
author: |
|
Carl Lunde |
|
as of Vim: |
|
6.0 |
GVIM has an excellent syntax highlighting for XPM images, but sometimes it's useful to view the actual data. This can be achieved by searching for everything, type in "/." and all characters will be highlighted and therefore the old colouring is lost. To regain the normal highlighting you can search for a non-existent sequence, like "/foo".
<<Using vim as a man-page viewer under Unix |
<Tab> = <C-I> and <Esc> = <C-[> >>
Additional Notes
|