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

For Our King, Only

Recent Changes / Heat / History /Edit

Vim Stuff

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)

(Note: The text files are not being served with UTF-8 explicitly set (due to a

misconfigruation in the server, which I don't fully control), so your browser may or may not show the chars correctly. If you save the file, it should be fine, though.)

What I want to see:

Snippets(Edit)

Prefix with line numbers then a '.':

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

Last changed: 2012/04/25 00:46