Unscope: delete/change/yank around indentation scope #1951
drowning-cat
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
|
Thanks for sharing. There are couple of issues I noticed:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
About
mini-indent.mp4
Related:
Unscope
The most useful use case here is unscoping (deleting around a scope,
dS). If you want to keep your config lightweight, just change your keymap to this:All-in
Since Neovim doesn’t support multi-cursor editing or multiple independent selections, we can’t just select a range and let an operator handle everything at once. Each operation has to be implemented separately.
Version 1
Version 2 (+fixes)
Beta Was this translation helpful? Give feedback.
All reactions