
Study
文章平均质量分 68
普通网友
这个作者很懒,什么都没留下…
展开
-
Vim Tutorial Study(10)
Chapter 11 Dealing with Text Files Automatic Text Wrapping :set textwidth=30 : Vim automatically inserts line breaks :set wrapmargin=10 :set textwidth=70 (:set textwidth=0 means use default va原创 2011-02-01 10:50:00 · 230 阅读 · 0 评论 -
Vim Tutorial Study(11)
Chapter 12 Automatic Completion automatically complete words on insertion, different from abbreviations where you type the first part of a word, press CTRL-P and Vim guesses at the rest CTRL-P or C原创 2011-02-01 10:53:00 · 251 阅读 · 0 评论 -
Vim Tutorial Study(3)
Chapter 3 Searching Simple Searches I remember i used to use a stupid ':' before '/' , now I know that only '/' is enough! find a string: /string *[]^%//?~$ have special meaning, so if you want to原创 2010-12-26 14:34:00 · 303 阅读 · 0 评论 -
Vim Tutorial Study(8)
Chapter 8 Basic Abbreviations, Keyboard Mapping, and Initialization Files enable you to automate repetitive tasks abbreviation: enables you to type in part of a word and let Vim type the rest remap原创 2011-02-01 10:47:00 · 252 阅读 · 0 评论 -
Vim Tutorial Study(1)
最近闲来无聊,又想把VIM Tutorial Book 翻出来看看。好东西总是有让人想去掌握的冲动啊!杯具的是,每次都是从Chapter1开始,然后到Chapter2就无疾而终了。 希望这次可以持之以恒下去。每次看都做点札记,以勉励自己,提醒自己吧。 *Be careful about the VI-compatibility mode which means you will lose ma原创 2010-12-25 23:21:00 · 251 阅读 · 0 评论