Skip to content

Instantly share code, notes, and snippets.

@nebulou5
Created April 10, 2016 12:57
Show Gist options
  • Save nebulou5/59a6e73aac534517c425ddb18aa09b68 to your computer and use it in GitHub Desktop.
Save nebulou5/59a6e73aac534517c425ddb18aa09b68 to your computer and use it in GitHub Desktop.
VIM: Remap range of numbers
for i in range(9)
execute 'nmap <leader>' . i . ' ' . i . 'gt'
endfor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment