Skip to content

Commit

Permalink
Support tagbar
Browse files Browse the repository at this point in the history
  • Loading branch information
elifarley committed Apr 19, 2016
1 parent 0d1a1d8 commit 0dd4f9a
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 @@ -360,6 +360,9 @@ inoremap <F5> <C-W>w
nnoremap <S-F5> <C-W>W
inoremap <S-F5> <C-W>W
nnoremap <F6> :TagbarToggle<CR>
inoremap <F6> :TagbarToggle<CR>
" List buffers
nnoremap <Leader>l :ls!<CR>
Expand Down

0 comments on commit 0dd4f9a

Please sign in to comment.