X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.vimrc;h=945cb32515ebb6180bfb69d7707b817e574fb7fa;hp=1744c590956379da542fe3e032086dde7f8d347e;hb=e24134c28470ad4087848d77000e840a891319dd;hpb=88a57ded714e8e789694684c3846458b5b8ecca6;ds=sidebyside diff --git a/.vimrc b/.vimrc index 1744c59..945cb32 100755 --- a/.vimrc +++ b/.vimrc @@ -100,6 +100,12 @@ map ,x :call Cycle_StatusLine(): map ,c :call Invert_Case(): " Cycle list styles with ,l. map ,l :call Cycle_List(): +" Change to ts=2 with ,2. +map ,2 :se ts=2: +" Change to ts=4 with ,4. +map ,4 :se ts=4: +" Change to ts=8 with ,8. +map ,8 :se ts=8: call Cycle_StatusLine()