From 435e73091acce078b3d904d9845b778f5a162b4e Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Tue, 4 Nov 2014 14:59:20 -0700 Subject: [PATCH] move the -o flag into the .vimrc --- vimrc | 3 +++ 1 file changed, 3 insertions(+) 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+=<:>