Skip to content

Commit

Permalink
Switch to ctrlp.vim from command-t (no Ruby dependency!)
Browse files Browse the repository at this point in the history
  • Loading branch information
anttihirvonen committed May 5, 2014
1 parent bf9af07 commit 601e026
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Expand Up @@ -13,9 +13,6 @@
[submodule "vim/bundle/vim-l9"]
path = vim/bundle/vim-l9
url = https://github.com/clones/vim-l9.git
[submodule "vim/bundle/command-t"]
path = vim/bundle/command-t
url = https://github.com/wincent/Command-T
[submodule "vim/bundle/minibufexpl"]
path = vim/bundle/minibufexpl
url = https://github.com/fholgado/minibufexpl.vim.git
Expand Down Expand Up @@ -67,3 +64,6 @@
[submodule "vim/bundle/vim-latex"]
path = vim/bundle/vim-latex
url = git://git.code.sf.net/p/vim-latex/vim-latex
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim
1 change: 0 additions & 1 deletion vim/bundle/command-t
Submodule command-t deleted from f9d168
1 change: 1 addition & 0 deletions vim/bundle/ctrlp
Submodule ctrlp added at b5d3fe
4 changes: 2 additions & 2 deletions vimrc
Expand Up @@ -14,9 +14,9 @@ nnoremap ,b :FufBuffer<CR>
nnoremap ,t :FufTaggedFile<CR>
" Command-T remap to (,c)
nnoremap <Leader>c :CommandT<CR>
nnoremap <Leader>c :CtrlP<CR>
" Command-T local to current file directory (,cl)
nnoremap <Leader>c, :CommandT %:p:h<CR>
nnoremap <Leader>c, :CtrlP %:p:h<CR>
" Change VIM's working directory to same as current file (,cd)
" nnoremap <Leader>cd :cd %:p:h<CR>:pwd<CR>
" Open file relative to current directory
Expand Down

0 comments on commit 601e026

Please sign in to comment.