Skip to content

Instantly share code, notes, and snippets.

@itsthatguy
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save itsthatguy/33dabd6a1e2d497e3dd5 to your computer and use it in GitHub Desktop.

Select an option

Save itsthatguy/33dabd6a1e2d497e3dd5 to your computer and use it in GitHub Desktop.
" Delete character should not squash paste buffer
nnoremap <silent> x "_x
vnoremap <silent> x "_x
" xp should still function as transpose
nnoremap <silent> xp xph
vnoremap <silent> xp xph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment