vimrc: repeat last edit with a number
This commit is contained in:
parent
b7633afb64
commit
34c73fe86f
@ -1101,6 +1101,11 @@ nnoremap <silent> <Leader>ss
|
||||
match Todo /\s\+$/
|
||||
|
||||
|
||||
" repeat last edit with a number
|
||||
nnoremap . :<c-u>execute "norm! " . repeat(".", v:count1)<cr>
|
||||
|
||||
|
||||
" settings
|
||||
set softtabstop=4
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
|
Loading…
Reference in New Issue
Block a user