Skip to content

Commit

Permalink
Add shortcut for Tagbar
Browse files Browse the repository at this point in the history
  • Loading branch information
robmiller committed Jan 27, 2013
1 parent 70b2ca1 commit eef0b18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ set laststatus=2
" the line rather than yanking the whole line).
nnoremap Y y$
" Toggle the Tagbar plugin, a sidebar with a list of ctags
nmap T :TagbarToggle<CR>
" Always use Perl-style regular expressions
nnoremap / /\v
vnoremap / /\v
Expand Down

0 comments on commit eef0b18

Please sign in to comment.