Thorsten Ball
Thorsten Ball
Okay, I can add it then and people can chose which one they want to use and then we can make support better, bit by bit.
Hey! Thanks for the contribution! Merging this would be a breaking change, since it breaks existing keybindings (people do use `alt-up`/`alt-down`). And since we also don't strive for 100% compatibility...
Yeah, I see what you're saying. I guess the problem is that our default keymap _is_ the VS Code keymap, but it's not 100% compatible, like you said. So based...
This PR over here changes the `alt-up`/`alt-down` bindings and also adds replacement: https://github.com/zed-industries/zed/pull/8749
Let's continue in here. I think what we need: 1. New keybinding for selecting larger/smaller syntax node 2. Keybinding for duplicating lines 3. Keybinding for moving lines Then we need...
I hopped on the branch, implemented the behavior for `DuplicateLine { move_upwards: true}` and added tests. I also updated the release notes in the PR description. But I'm not going...
I can't come up with a better name than `move_upwards`. @maxbrunsfeld do you have one? In any case: waiting for your review/approval.
Thank you! Updated the release notes a bit and will merge once CI is green.
Hey! Thanks for opening the PR. I'm a bit concerned that this might change the command palette maybe too much, but maybe we can fix it in a smaller way....
> Is that a common use case? I'm more concerned about accidentally typing 2 spaces between words and not finding some entries. Not sure, to be honest, but it does...