diff vimrc @ 100:fe2c860e4ada

Add unite-tag plugin
author zegervdv <zegervdv@me.com>
date Fri, 08 Aug 2014 06:42:55 +0200
parents 79392af5b3c2
children 368f742876cf
line wrap: on
line diff
--- a/vimrc	Fri Aug 08 06:34:13 2014 +0200
+++ b/vimrc	Fri Aug 08 06:42:55 2014 +0200
@@ -440,6 +440,7 @@
   nnoremap <silent> <SPACE>m :<C-u>Unite -auto-resize -buffer-name=mappings mapping<cr>
   nnoremap <silent> <SPACE>s :<C-u>Unite -quick-match buffer<cr>
   nnoremap <silent> <SPACE>o :<C-u>Unite outline<CR>
+  nnoremap <silent> <SPACE>t :<C-u>Unite tag<CR>
   nnoremap <silent> <C-p>    :<C-u>Unite -start-insert file_rec/async<CR>
 " }}}
 " Vimfiler {{{