Last Updated: February 25, 2016
·
2.062K
· design48

CommandT for vim

If you like fuzzy searching in sublime text but like to work in vim or gvim, check out the vim commandT plugin from wincent. Super efficient and will help you to be more productive in coding.

Check out my .vimrc file on github for where to obtain:

Http://github.com/design48/dotfiles

4 Responses
Add your response

I prefer ctrl-p, which is written in pure vimscript.

https://github.com/kien/ctrlp.vim

over 1 year ago ·

I've always wondered the pros and cons of Command-T vs Ctrl-P plugins.

over 1 year ago ·

@bendoerr Please take a look about my experience with CommandT on my blog: http://bugfixer.endel.me/2012/05/14/commandt-vs-ctrlp/

over 1 year ago ·

Thank you guys! I will try Ctrl-P out to see how it works. I haven't had much trouble loading big file trees in CommandT as I just work in git repos that are not too many directories deep. But I'll definitely have a look as I like trying new plugins out :)

over 1 year ago ·