Skip to content

Commit

Permalink
replace command-T with fuzzyfinder
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvick committed Feb 24, 2014
1 parent 6c58e4b commit 052b613
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .gitmodules
Expand Up @@ -34,9 +34,6 @@ path = bundle/closetag
[submodule ".vim/bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/Command-T"]
path = bundle/Command-T
url = https://github.com/vim-scripts/Command-T.git
[submodule "bundle/coffee-script"]
path = bundle/coffee-script
url = https://github.com/kchmck/vim-coffee-script
Expand All @@ -58,3 +55,9 @@ path = bundle/closetag
[submodule "bundle/editorconfig"]
path = bundle/editorconfig
url = git://github.com/editorconfig/editorconfig-vim.git
[submodule "bundle/fuzzyfinder"]
path = bundle/fuzzyfinder
url = https://github.com/vim-scripts/FuzzyFinder.git
[submodule "bundle/L9"]
path = bundle/L9
url = https://github.com/vim-scripts/L9.git
1 change: 0 additions & 1 deletion bundle/Command-T
Submodule Command-T deleted from 8df567
1 change: 1 addition & 0 deletions bundle/L9
Submodule L9 added at c822b0
1 change: 1 addition & 0 deletions bundle/fuzzyfinder
Submodule fuzzyfinder added at b9f165
5 changes: 5 additions & 0 deletions vimrc
Expand Up @@ -79,6 +79,11 @@ nnoremap <silent> <F5> :GundoToggle<CR>
"Nerdtree
map <silent> <F2> :NERDTreeToggle<CR>
"FuzzyFinder
map <silent> <C-t> :FufCoverageFile<CR>
let g:fuf_file_exclude='\v\~$|\.(o|exe|dll|bak|orig|sw[po])$|(^|[/\\])\.(hg|git|bzr)($|[/\\])'


"Tagbar
nnoremap <silent> <F9> :TagbarToggle<CR>
Expand Down

0 comments on commit 052b613

Please sign in to comment.