Brian McKee wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 2-Oct-06, at 3:51 PM, Andy Wokula wrote:
Meino Christian Cramer schrieb:
Thanks for all, Tony!!! :O)
I think Bram should add
:he Tony
Add it yourself
:e ~/.vim/doc/tony.txt
:i
*tony.txt* Tony's mail address
*Tony* "A.J.Mechelynck" <antoine(dot)mechelynck(at)skynet(dot)be>
vim:tw=78:ts=8:ft=help:norl:
.
:w
:helptags ~/.vim/doc
:he Tony
Ya know - not only is that funny - it's useful !
It made me realize I can make my own crib sheet for the stuff I can't
remember and embed it right in Vim!
Cool....
e.g. :'<,'>!sort -t "^I" -k 9
I use that once a month or so, but never remember it... now it's :he sort9
Thanks!
Brian
The principle of creating "cribsheet" helpfiles in ~/.vim/doc is certainly
useful (though not for my email addy which I don't read as often as vim,
vim-dev or vim-multibyte @vim.org).
The above is for external sort. Do you know Vim 7 has an internal sort (see
:help :sort)?
Best regards,
Tony.