.vimrc

changeset 765
35bef81f5b21
parent 757
54fdb5a6bf67
child 766
43018d0e439f
equal deleted inserted replaced
764:d292b9aa1e89 765:35bef81f5b21
67 nnoremap <silent> <F2> :VimFilerExplorer<CR> 67 nnoremap <silent> <F2> :VimFilerExplorer<CR>
68 noremap <silent> <F4> :noh<CR> 68 noremap <silent> <F4> :noh<CR>
69 nnoremap <silent> <F5> :GundoToggle<CR> 69 nnoremap <silent> <F5> :GundoToggle<CR>
70 nnoremap <silent> <F8> :TagbarToggle<CR> 70 nnoremap <silent> <F8> :TagbarToggle<CR>
71 71
72 nnoremap <leader>uw :Unite -quick-match -short-source-names window tab:no-current<CR>
73 nnoremap <leader>us :Unite -quick-match session<CR> 72 nnoremap <leader>us :Unite -quick-match session<CR>
74 nnoremap <leader>uf :Unite -start-insert file_rec/async:!<CR> 73 nnoremap <leader>uf :Unite -start-insert file_rec/async:!<CR>
75 74
76 " stop opening help by mistake 75 " stop opening help by mistake
77 inoremap <F1> <ESC> 76 inoremap <F1> <ESC>
358 \ { 357 \ {
359 \ 'path': '~/Documents/SpiderOak Hive/vimwiki', 358 \ 'path': '~/Documents/SpiderOak Hive/vimwiki',
360 \ 'auto_tags': 1, 'auto_toc': 1, 'automatic_nested_syntaxes': 1 359 \ 'auto_tags': 1, 'auto_toc': 1, 'automatic_nested_syntaxes': 1
361 \ } 360 \ }
362 \ ] 361 \ ]
363 let g:vimwiki_use_mouse = 1
364 362
365 ">> Viewdoc 363 ">> Viewdoc
366 let g:viewdoc_open = 'topleft new' 364 let g:viewdoc_open = 'topleft new'
367 " let g:viewdoc_perldoc_format = 'ansi'
368 let g:viewdoc_winwidth_max = 100 365 let g:viewdoc_winwidth_max = 100
369 366
370 ">> Gundo 367 ">> Gundo
371 let g:gundo_prefer_python3 = 1 368 let g:gundo_prefer_python3 = 1
372 369
373 ">> Tagbar 370 ">> Tagbar
374 if g:on_windows
375 if executable('ctags') == 0
376 " if i haven't installed from chocolatey...
377 let g:tagbar_ctags_bin = 'C:\Users\mhoward\bin\ctags.exe'
378 endif
379 endif
380
381 let g:tagbar_autoclose = 1 371 let g:tagbar_autoclose = 1
382 let g:tagbar_autofocus = 1 372 let g:tagbar_autofocus = 1
383 let g:tagbar_compact = 1 373 let g:tagbar_compact = 1
384 let g:tagbar_width = 30 374 let g:tagbar_width = 30
385 375

mercurial