Skip to content

Instantly share code, notes, and snippets.

@mattreduce
Forked from abachman/gist:757727
Created December 28, 2010 21:23
Show Gist options
  • Save mattreduce/757737 to your computer and use it in GitHub Desktop.
Save mattreduce/757737 to your computer and use it in GitHub Desktop.
" http://vimgolf.com/challenges/4d1a34ccfa85f32065000004
noremap E VyjVp
" http://vimgolf.com/challenges/4d1a4d82a860b7447200008d
noremap <silent> <leader>v mv:%s/\s\+$//e<CR>:%s/\t/ /e<CR>`v
" this one was already in my .vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment