Skip to content

Instantly share code, notes, and snippets.

@romainl
Last active August 1, 2021 08:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romainl/db725db7babc84a9a6436180cedee188 to your computer and use it in GitHub Desktop.
Save romainl/db725db7babc84a9a6436180cedee188 to your computer and use it in GitHub Desktop.
Repeat last edit n times

Repeat last edit n times

Did you ever wish you could repeat the last edit an arbitrary number of times without mashing the . key?

Well now you can.

Before

......

Now

6.

My Vim-related gists.

nnoremap . :<C-u>execute "norm! " . repeat(".", v:count1)<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment