Vi mode: support something like yank/cut/delete around class/function
, or yank/cut/delete inside class/function
#4320
Labels
yank/cut/delete around class/function
, or yank/cut/delete inside class/function
#4320
Check for existing issues
Describe the feature
As title, in neovim, when using tree-sitter, we can use
yank/cut/delete around class/function
, oryank/cut/delete inside class/function
. It's really convenient to copy/paste code.And these keys can be:
yac
: yank around classdac
: delete around classyaf
: yank around functiondaf
: delete around functionyic
: yank inside classdic
: delete inside classyif
: yank inside functiondif
: delete inside functioncac
: cut around classcaf
: cut around functioncic
: cut inside classcif
: cut inside functionIf applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: