diff --git a/vimrc b/vimrc index 44f4570..d83e953 100644 --- a/vimrc +++ b/vimrc @@ -104,6 +104,9 @@ set textwidth=0 " Disable the mouse, we aren't friends "set mouse=a +" If vim was called with multiple file arguments, split those into windows +silent sba + " Add <> to the list of matched characters set matchpairs+=<:>