This page printed from:
panoptic.com/rking/Vim+Stuff

For Our King, Only

Recent Changes / Heat / History /Edit

Vim Stuff

This revision is from 2012/04/25 00:38. You can Restore it.

Config(Edit)

It's in here: https://github.com/ryanjosephking/config

Improving Digraphs(Edit)

I did a bit of processing on the output of Vim 7.3's :digraph command, so you can search it. (If you don't know how to use it already, you hit Ctrl+k in Insert Mode followed by the two ASCII codes that precede the letter, or you could do Ctrl+v uNNNN where NNNN is the number that follows the letter. Also, if you are using some other well-behaved application, such as most GTK ones, you can hit Ctrl+u followed by the NNNN then Enter)

What I want to see:

Snippets(Edit)

Prefix with line numbers then a '.':

:%s//\=line('.') . ". "/