Posts Tagged Vim

Vim使用技巧(一)

# searching 查找
/joe/e : cursor set to End of match
把光标定位在匹配单词最后一个字母处
/joe/e+1 : cursor set to End of match plu[......]

Read more

No Comments

我的.vimrc备份

” 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[......]

Read more

No Comments