diff --git a/vimrc b/vimrc index b2a05a8..fc66370 100644 --- a/vimrc +++ b/vimrc @@ -145,6 +145,9 @@ nnoremap r :RunInInteractiveShell " Treat
  • and

    tags like the block tags they are let g:html_indent_tags = 'li\|p' +" Set tags for vim-fugitive +set tags^=.git/tags + " Open new split panes to right and bottom, which feels more natural set splitbelow set splitright