Wednesday, December 26, 2012

Re: Small Commands

On 12/26/12 18:05, Sven Guckes wrote:
> . http://www.guckes.net/vimberlin/small_commands.txt.html

Gaaah...my eyes are bleeding after reading that HTML version :-)


> url: http://www.guckes.net/vimberlin/small_commands.txt

Noticed a couple small items:

- you have "t(" instead of "tX" in your section on t/T/f/F

- in your "use current word to search for" section, I don't know if
you want to include "g*" and "g#" for doing the same thing without
enforcing the word-boundaries

- You have ":help CTRL-O" twice above each other

- you mention zh/zl for scrolling left/right, but I find that I use
zH/zL far more frequently to do a half-screen worth of scrolling

- For your "delete to start/end of current paragraph" section, you
don't need to drop marks, as Vim knows about them already:

:'{+,.d
:.,'}-d


- the "HOMEWORK" line is a little cruel unless you're actually
teaching a class on it :-)

Over all, nice.

-tim


--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: