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 "+