Created
April 10, 2016 12:57
-
-
Save nebulou5/59a6e73aac534517c425ddb18aa09b68 to your computer and use it in GitHub Desktop.
VIM: Remap range of numbers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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