Hegwin.Me

Thoughts grows up by feeding itself with its own words.

Search with Ack in Vim

Vim查找工具Ack

Whenever I use vim's native "vimgrep" to do global lookup in vim, I feel quite depressed because I don't use it too often, so I feel the command is complicated and I always can't remember it. So at my colleague's suggestion, I tried Ack.vim, and I thought it was pretty good. I just encountered some small problems while installing it.

Manage your vim plugins with Vundle

Vim插件管理工具Vundle

Much of Vim's magic requires plugins to do it. When I first started with Vim, I always went to the official website to download plugins and then read the instructions to install them in a directory. At first I thought it was new, but after I got more and more into it, I thought it was quite a hassle to...