CommandT
Links
For a native vim plugin (i.e. no Ruby), we could try ctrlp.vim
Prerequisites
Install
Using Vundle:
Bundle 'wincent/Command-T.git'
Install using:
:BundleInstall
Compile the Ruby code:
cd ~/.vim/bundle/Command-T/ rake make
Usage
:CommandT mapped to <leader>t in my ~/.vimrc
:CommandTBuffer currently open files
:CommandTFlush re-scan folders
I have mapped leader t
to CommandT
in my ~/.vimrc
:
nnoremap <leader>t :CommandT<CR>