Last active
January 4, 2016 06:19
-
-
Save bolandrm/8581004 to your computer and use it in GitHub Desktop.
Convert "This is a Description" => this_is_description
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
" <Leader>u will convert "I am following User1, User2, and User3" => i_am_following_user1_user2_and_user3 | |
nnoremap <Leader>u Vi" :<C-w>%s/\%V,*\s/_/g<CR> :normal ds" guaW<CR> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
issues: