Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote-surround mappings #77

Closed
benknoble opened this issue Jul 27, 2017 · 0 comments
Closed

Quote-surround mappings #77

benknoble opened this issue Jul 27, 2017 · 0 comments

Comments

@benknoble
Copy link
Owner

benknoble commented Jul 27, 2017

" Surround word with "
nnoremap <leader>" viw<esc>a"<esc>bi"<esc>lel
" Surround word with '
nnoremap <leader>' viw<esc>a'<esc>bi'<esc>lel

" Surround visual selection with "
vnoremap <leader>" <esc>`<i"<esc>`>a"<esc>
" Surround visual selection with '
vnoremap <leader>' <esc>`<i'<esc>`>a'<esc>

See #51 , as one plugin might duplicate some of this functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant