We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The idea is to change
vim-surround/plugin/surround.vim
Lines 596 to 597 in aeb9332
to
inoremap <silent> <Plug>Isurround <C-G>u<C-R>=<SID>insert()<CR> inoremap <silent> <Plug>ISurround <C-G>u<C-R>=<SID>insert(1)<CR>
to break undos to when inserting parenthesis.
This ended up in my configs since I almost always want this behaviour instead of undoing the whole insert action.
I'm proposing this because other people might want this behaviour. If you think this is not a sensible default, feel free to close this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The idea is to change
vim-surround/plugin/surround.vim
Lines 596 to 597 in aeb9332
to
to break undos to when inserting parenthesis.
This ended up in my configs since I almost always want this behaviour instead of undoing the whole insert action.
I'm proposing this because other people might want this behaviour. If you think this is not a sensible default, feel free to close this issue.
The text was updated successfully, but these errors were encountered: