Open cored opened 9 years ago
https://github.com/universal-ctags/ctags http://tbaggery.com/2011/08/08/effortless-ctags-with-git.html https://github.com/tpope/gem-ctags https://github.com/tpope/vim-bundler https://github.com/ivalkeen/vim-ctrlp-tjump
" Tags
nnoremap <c-]> :CtrlPtjump<cr>
vnoremap <c-]> :CtrlPtjumpVisual<cr>
let g:ctrlp_tjump_only_silent = 1
let g:ctrlp_tjump_skip_tag_name = 1
let g:ctrlp_tjump_shortener =
set tags=.git/tags
Every time I try to jump to a file it's never finds the name. Maybe a problem with ctags? Specific to Ruby/Rails navigation.