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