diff --git a/.vim/vimrc b/.vim/vimrc index 0b5656b..af8b5cd 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -1101,6 +1101,11 @@ nnoremap ss match Todo /\s\+$/ +" repeat last edit with a number +nnoremap . :execute "norm! " . repeat(".", v:count1) + + +" settings set softtabstop=4 set tabstop=4 set shiftwidth=4