Skip to content
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

Remove option-based emacsy key bindings #6631

Merged
merged 1 commit into from Mar 26, 2021
Merged

Conversation

lishid
Copy link
Contributor

@lishid lishid commented Mar 26, 2021

Fixes #6630

Removes Alt-D, Alt-F and Alt-B from the default emacsy key bindings, which is enabled by default on macOS.

A PR that moves those from emacsy to the proper emacs map in keymap/emacs.js would be very welcome.

It seems like these three are already implemented in keymap/emacs.js

"Alt-F": move(byWord, 1), "Alt-B": move(byWord, -1),

"Alt-D": function(cm) { killTo(cm, byWord, 1, "grow"); },

@marijnh marijnh merged commit 0762bf2 into codemirror:master Mar 26, 2021
1 check passed
@marijnh
Copy link
Member

@marijnh marijnh commented Mar 26, 2021

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

2 participants