-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Cut Line does not work correctly #3477
Comments
This is "intended behavior". If you pull the newest master, you'll find that this behavior is now documented in Don't tell me this behavior is confusing and non-intuitive. I know it is. This behavior, as we recently discovered, was there since a very long time (since #64 + #70). See also our recent discussion here: 52ed431. It's quite possible that the number of users that find this "feature" useful is exactly zero (I'm not among them, and none of the people I know are among them), so we can safely remove this feature and replace it with the usual intuitive behavior and no one will complain. But I don't know how to verify this hypothesis. |
Searching through the issues (https://github.com/zyedidia/micro/issues?q=multiple+line+cut) shows that there were multiple users annoyed by this behavior: #2653 #3221 (and no evidence so far that anyone enjoyed this behavior). |
For what it's worth the current behavior matches |
Thank you very much for the info. I suggest there be an option to toggle on/off this behaviour. Or it's better to have different commands for intuitive/combining-cuts behaviours. |
Description of the problem or steps to reproduce
Given two lines of texts:
text1
text2
Do following:
"text1
text2"
rather than "text2".
Related config
bindings.json:
"Ctrl-k": "Cut",
"Ctrl-u": "Paste",
Specifications
Commit hash: Commit hash: 7d37e72
OS: WSL2/ubuntu 20.04
Terminal: Windows Terminal
The text was updated successfully, but these errors were encountered: