diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -69,7 +69,6 @@ noremap :noh nnoremap :GundoToggle nnoremap :TagbarToggle -nnoremap uw :Unite -quick-match -short-source-names window tab:no-current nnoremap us :Unite -quick-match session nnoremap uf :Unite -start-insert file_rec/async:! @@ -360,24 +359,15 @@ let g:vimwiki_list = [ \ 'auto_tags': 1, 'auto_toc': 1, 'automatic_nested_syntaxes': 1 \ } \ ] -let g:vimwiki_use_mouse = 1 ">> Viewdoc let g:viewdoc_open = 'topleft new' -" let g:viewdoc_perldoc_format = 'ansi' let g:viewdoc_winwidth_max = 100 ">> Gundo let g:gundo_prefer_python3 = 1 ">> Tagbar -if g:on_windows - if executable('ctags') == 0 - " if i haven't installed from chocolatey... - let g:tagbar_ctags_bin = 'C:\Users\mhoward\bin\ctags.exe' - endif -endif - let g:tagbar_autoclose = 1 let g:tagbar_autofocus = 1 let g:tagbar_compact = 1