2014年6月29日 星期日

Vim TagList, Ctags

Tag List:
vim-taglist.sourceforge.net/

Ctags:
http://ctags.sourceforge.net/

教學:
http://rickey-nctu.blogspot.tw/2009/02/vim-taglist.html
http://rickey-nctu.blogspot.tw/2009/02/vim-srcexpl.html

2014年6月8日 星期日

Vim:
c[motion]: change command
caw: change a word (delete a word including the trailing space under the current cursor position, and enter insert mode)
ciw: change inner word (delete a word under the current cursor position, and enter insert mode)
cw: change from the the current cursor position to the end of the current word