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
Currently, the cursor moves on the root node after users remove node(s).
But it would be nice if the cursor position follows the cases below
|- Hello * |- Darkness |- My <-- CURSOR * |- Old |- Friend
|- Hello |- My <-- CURSOR |- Friend
|- Hello * |- Darkness |- My * |- Old <-- CURSOR |- Friend
|- Hello * |- Darkness <-- CURSOR |- My * |- Old |- Friend
|- Hello <-- CURSOR |- My |- Friend
|- Hello * |- Darkness * |- My * |- Old <-- CURSOR |- Friend
|- Hello <-- CURSOR |- Friend
Ref. https://vim-jp.slack.com/archives/CLKR04BEF/p1596425718256400
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the cursor moves on the root node after users remove node(s).
But it would be nice if the cursor position follows the cases below
Case 1
Case 2
Case 3
Case 4
Ref. https://vim-jp.slack.com/archives/CLKR04BEF/p1596425718256400
The text was updated successfully, but these errors were encountered: