Created
November 6, 2013 12:51
-
-
Save Altreus/7335601 to your computer and use it in GitHub Desktop.
leader commands to send text to void register
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
nmap <Leader>d "_d | |
nmap <Leader>x "_x | |
nmap <Leader>c "_c | |
nmap <Leader>s "_s | |
nmap <Leader>r "_r | |
nmap <Leader>D "_D | |
nmap <Leader>X "_X | |
nmap <Leader>C "_C | |
nmap <Leader>S "_S | |
vmap <Leader>d "_d | |
vmap <Leader>c "_c | |
vmap <Leader>x "_x | |
vmap <Leader>s "_s | |
vmap <Leader>r "_r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment