From e24134c28470ad4087848d77000e840a891319dd Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 9 Jan 2006 16:43:35 +0000 Subject: [PATCH] Added tabstop change shortcuts (,2 etc). git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@19 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .vimrc | 6 ++++++ 1 file changed, 6 insertions(+) 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() -- 2.7.4