Skip to content

Instantly share code, notes, and snippets.

@abachman
Created December 28, 2010 21:14
Show Gist options
  • Save abachman/757727 to your computer and use it in GitHub Desktop.
Save abachman/757727 to your computer and use it in GitHub Desktop.
shh... don't tell anyone else
" http://vimgolf.com/challenges/4d1a34ccfa85f32065000004
noremap E yypjddjj
" 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