Skip to content

Instantly share code, notes, and snippets.

@themadsens
Created July 8, 2016 11:25
Show Gist options
  • Save themadsens/0574c7e917c03b4329c912c874d835bb to your computer and use it in GitHub Desktop.
Save themadsens/0574c7e917c03b4329c912c874d835bb to your computer and use it in GitHub Desktop.
Vim visual u disaster prevention. For when you spent a few hours cleaning up the mess after an accidental 'u' that went unnoticed for a while (until build!) ..
" Disaster prevention
vmap u <Esc>
vmap U <Esc>
vnoremap gu u
vnoremap gU U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment