.vimrc

changeset 142
d0d2b54e855f
parent 139
2464de2899b3
child 144
46c87d5ef8bf
equal deleted inserted replaced
141:4f26ffc2789b 142:d0d2b54e855f
97 endif 97 endif
98 " }}} 98 " }}}
99 99
100 100
101 " Key maps, mostly plugin stuff on F-keys {{{ 101 " Key maps, mostly plugin stuff on F-keys {{{
102 nmap <silent> <F1> :Unite buffer<CR> 102 nmap <silent> <F1> :Unite -auto-resize -here buffer<CR>
103 nmap <silent> <S-F1> :Unite -winheight=5 -quick-match -short-source-names window tab:no-current<CR>
103 nmap <silent> <F2> :VimFilerExplorer<CR> 104 nmap <silent> <F2> :VimFilerExplorer<CR>
104 nmap <silent> <F3> :VimShell<CR> 105 nmap <silent> <F3> :VimShell<CR>
105 map <silent> <F4> :noh<CR> 106 map <silent> <F4> :noh<CR>
106 nmap <silent> <F5> :GundoToggle<CR> 107 nmap <silent> <F5> :GundoToggle<CR>
107 nmap <silent> <F8> :TagbarToggle<CR> 108 nmap <silent> <F8> :TagbarToggle<CR>
305 endif 306 endif
306 307
307 let g:tagbar_autoclose = 1 308 let g:tagbar_autoclose = 1
308 let g:tagbar_autofocus = 1 309 let g:tagbar_autofocus = 1
309 let g:tagbar_compact = 1 310 let g:tagbar_compact = 1
311 let g:tagbar_width = 30
310 312
311 let g:tagbar_type_perl = { 313 let g:tagbar_type_perl = {
312 \ 'kinds' : [ 314 \ 'kinds' : [
313 \ 'p:packages:1:0', 315 \ 'p:packages:1:0',
314 \ 'e:extends', 316 \ 'e:extends',

mercurial