Posts Tagged Vim
Vim使用技巧(一)
# searching 查找
/joe/e : cursor set to End of match
把光标定位在匹配单词最后一个字母处
/joe/e+1 : cursor set to End of match plu[......]
我的.vimrc备份
Posted by c4pr1c3 in CodeSnippet, Vim on 2005年10月24日
” An example for a vimrc file.
”
” Maintainer: Bram Moolenaar <Bram@vim.org>
” Last change: 2002 May 28
”
” To use it, copy it to
” for Unix[......]
最近评论