From 35ec58ad0d39750cd0ecbf2814cfb59aa921d123 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 20 Sep 2013 11:05:47 -0400 Subject: [PATCH] Change tabstops --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 1f7694d..931a3ef 100644 --- a/.vimrc +++ b/.vimrc @@ -80,6 +80,9 @@ map " Leaders (whatever that means) let mapleader = "," +map 2 :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab +map 4 :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab +map a :set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab map bi :BundleInstall map bu :BundleInstall! map c "+