From 54de8cf73891a7d28103458ec270abb7e2186a4a Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Mon, 17 Jun 2013 10:56:29 +0200 Subject: [PATCH] a leader to (re)set expand tab --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 59f5428..e4e7694 100644 --- a/.vimrc +++ b/.vimrc @@ -76,6 +76,7 @@ let mapleader = "," " leader key is comma nnoremap xx "_dd nnoremap t :set noexpandtab +nnoremap T :set expandtab " Yank the line, comment it, paste it nmap g yygccp