Category: vim
vim As A Personal Wiki | iface thoughts
November 11th, 2010File search in VIM
October 24th, 2010Link: http://vimdoc.sourceforge.net/htmldoc/editing.html#file-searching
- Match any character, downward search
** Match directory only, downward search
; upwoard search: /usr/include/a; will search /usr/include/a, /usr/include, /usr, /
Good VIM Plugin Used by me
October 22nd, 2010Make VIM looks like SourceInsight
Good vim not used by me
Vim JDE : Vim - Just a Development Envirement (Java/C++)
Vrapper - Simuate VIM behavior in Eclipse
vivim - Allow vim to be used in Visual Studio
ViEmu - A plugin support key-bind of VI for Visual Studio. Commercial Software.
exVim - A bunch script that make VIM works a IDE. But easy to broken since it has own project setting.
Clewn - Integrate GDB with VIM
CodeChecker - A script that check source on-the-fly.
Good site for VIM
Installing Vim Scripts
October 22nd, 2010VIM: Move in line
May 15th, 20090 : header
^ : first chacter
$ : end
f : find chacter
F : find chacter backward
t : find chacter, move to next
T : t as backword