-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Improve new editor keyboard shortcuts, especially on mac #3098
Comments
Three in particular that would be nice to fix: |
Alt-Backspace restored. Available in next hourly build |
Thanks! |
Whoops, maybe I spoke too soon... it looks like this is deleting the word in front of the cursor, instead of behind it. |
Whoops sorry. I coded that on purpose because I read your comment... Ehm...
|
I probably wasn't clear. Sorry about that! |
… position, ALT+BACKSPACE deletes previous word. See #3098
Fixes pushed. From your comment I miss only CMD+J: what does it do? |
Thanks again! One minor nitpick: Cmd+E shouldn't open the Find dialog; it just sets the Find text (e.g. for use by subsequent Cmd+G commands). In the current build, Cmd+J concatenates the next line onto the end of the current line. I find the equivalent behavior (J-key) useful in Vi, but here it seems out of place. Also probably a minor nitpick. |
… the editor has no such feature, CMD+J is disabled on mac. See #3098
Uhm I guess we may leave CMD+E as it is (although it will look a little awkward, it will still implement the feature) and remove CMD+J on macosx (thus avoiding errors). |
Starting from @damellis suggestions: #3019 (comment)
The text was updated successfully, but these errors were encountered: