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
[]
()
{}
Idea comes from https://github.com/Julian/vim-textobj-brace. Text objects ij and aj target [], () or {} (whichever is present). Useful since it's quicker to type.
ij
aj
In vim-surround, for example, dsj could delete the surrounding enclosure of any type.
dsj
Any thoughts? Maybe this should be a new plugin and not part of vim-surround?
The text was updated successfully, but these errors were encountered:
Of note: nmap dsj "syij"_daj"sP works for this particular use case without relying on vim-surround
nmap dsj "syij"_daj"sP
Sorry, something went wrong.
No branches or pull requests
Idea comes from https://github.com/Julian/vim-textobj-brace. Text objects
ij
andaj
target[]
,()
or{}
(whichever is present). Useful since it's quicker to type.In vim-surround, for example,
dsj
could delete the surrounding enclosure of any type.Any thoughts? Maybe this should be a new plugin and not part of vim-surround?
The text was updated successfully, but these errors were encountered: