Programmers
The video below is a talk given by Bram Moolenaar, creator of Vim. The handout for this talk is found on his website. However, he assumed that the audience had some basic knowledge on movements in Vim. For Chinese users, the slides below may help you. Otherwise, please go down to here-
Quick jumping of text: e.g.
5w
,2(
-
Text objects: e.g.
da<
,ci"(
,dci{(
- Vim-Macro: e.g.
5w
,2(
-
Folds: seeing structures and moving quickly
- Vim Folding Tips @ Hacker's Blog
- Make your own Vim folds (Chinese)
Writers
With many keyboard shortcuts, Vim enables you to move quickly between words, sentences and paragraphs, and thus focus on writing.See Randall Wood's Vim for Writers blog entry as well as his notes.
Vim Advocacy
Vim Game
Vim E-Book
- Vi IMproved—Vim by Steve Oualline
No comments:
Post a Comment