From 7fdacacb0c6939c303a7480df62dbefd2003eacf Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 28 Nov 2014 11:50:24 +0100 Subject: [PATCH] Added F8 toggle for tagbar and note about needing ctags --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 0533710..af41519 100644 --- a/.vimrc +++ b/.vimrc @@ -6,7 +6,10 @@ call vundle#begin() Plugin 'gmarik/Vundle.vim' " Display tags of the current file ordered by scope +" You need ctags: sudo apt-get install exuberant-ctagsor` or +" `brew install ctags` for example Plugin 'majutsushi/tagbar' +nmap :TagbarToggle " The unite or unite.vim plug-in can search and display information from " arbitrary sources like files, buffers, recently used files or registers. Plugin 'Shougo/unite.vim'