X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/48ca40a5ec6452b5a45eaeed53484a8068769160..920a4fe6aef7e27f532f1610c034578a39a65469:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index cd91036..de47d4c 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -468,7 +468,7 @@ nnoremap [oe :set expandtab nnoremap ]oe :set noexpandtab for idt in range(1,8) - exe 'nnoremap co'.idt.' :set tabstop='.idt.' shiftwidth='.idt.' softtabstop='.idt.'' + exe 'nnoremap co'.idt.' :setlocal tabstop='.idt.' shiftwidth='.idt.' softtabstop='.idt.'' endfor " toggle auto format of text