Added tabstop change shortcuts (,2 etc).
[profile.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index 1744c59..945cb32 100755 (executable)
--- a/.vimrc
+++ b/.vimrc
@@ -100,6 +100,12 @@ map ,x :call Cycle_StatusLine()<CR>:<CR>
 map ,c :call Invert_Case()<CR>:<CR>
 " Cycle list styles with ,l.
 map ,l :call Cycle_List()<CR>:<CR>
 map ,c :call Invert_Case()<CR>:<CR>
 " Cycle list styles with ,l.
 map ,l :call Cycle_List()<CR>:<CR>
+" Change to ts=2 with ,2.
+map ,2 :se ts=2<CR>:<CR>
+" Change to ts=4 with ,4.
+map ,4 :se ts=4<CR>:<CR>
+" Change to ts=8 with ,8.
+map ,8 :se ts=8<CR>:<CR>
 
 call Cycle_StatusLine()
 
 
 call Cycle_StatusLine()