Tweak unite, shrink tagbar a little

Tue, 16 Sep 2014 04:44:28 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 16 Sep 2014 04:44:28 -0400
changeset 142
d0d2b54e855f
parent 141
4f26ffc2789b
child 143
70f2c9771fd8
child 144
46c87d5ef8bf

Tweak unite, shrink tagbar a little

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -99,7 +99,8 @@ end
 
 
 " Key maps, mostly plugin stuff on F-keys  {{{
-nmap <silent> <F1> :Unite buffer<CR>
+nmap <silent> <F1> :Unite -auto-resize -here buffer<CR>
+nmap <silent> <S-F1> :Unite -winheight=5 -quick-match -short-source-names window tab:no-current<CR>
 nmap <silent> <F2> :VimFilerExplorer<CR>
 nmap <silent> <F3> :VimShell<CR>
 map  <silent> <F4> :noh<CR>
@@ -307,6 +308,7 @@ endif
 let g:tagbar_autoclose = 1
 let g:tagbar_autofocus = 1
 let g:tagbar_compact = 1
+let g:tagbar_width = 30
 
 let g:tagbar_type_perl = {
     \ 'kinds' : [

mercurial