Skip to content

Instantly share code, notes, and snippets.

@arowla
Created March 28, 2012 01:34
Show Gist options
  • Save arowla/2222723 to your computer and use it in GitHub Desktop.
Save arowla/2222723 to your computer and use it in GitHub Desktop.
Surround visual selection with character (vim)
"surround visual selection with paired characters of your choice
vnoremap _( <ESC>`>a)<ESC>`<i(<ESC>
vnoremap _" <ESC>`>a"<ESC>`<i"<ESC>
vnoremap _' <ESC>`>a'<ESC>`<i'<ESC>
vnoremap _{ <ESC>`>a}<ESC>`<i{<ESC>
vnoremap _[ <ESC>`>a]<ESC>`<i[<ESC>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment