Skip to content

Commit

Permalink
add taglist hot key
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelock committed Aug 11, 2016
1 parent cedc76f commit 816ca58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ noremap <Leader>e :call PhpExpandClass()<CR>
Plugin '2072/PHP-Indenting-for-VIm'

Plugin 'vim-scripts/taglist.vim'
map <leader>t :TlistToggle<cr>
Plugin 'xolox/vim-easytags'
set tags=tags;/
" let g:easytags_async = 1
Expand Down

0 comments on commit 816ca58

Please sign in to comment.