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

emacs: Add as Transpose Characters (editor::Transpose) #22974

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

notpeter
Copy link
Member

@notpeter notpeter commented Jan 10, 2025

Originally reported here:

macOS default vscode keymap already has this:

"ctrl-t": "editor::Transpose",

But it's disabled on Linux default vscode keymap as VSCode has this bind instead:
"ctrl-t": "project_symbols::Toggle",

Explicitly add it to both emacs keymaps so we can keep them identical between macos/linux as long as possible.

Release Notes:

  • emacs: Add support for ctrl-t transposing characters on Linux

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jan 10, 2025
@zed-industries-bot
Copy link

Messages
📖

This PR includes links to the following GitHub Issues: #4856
If this PR aims to close an issue, please include a Closes #ISSUE line at the top of the PR body.

Generated by 🚫 dangerJS against 8d42456

@notpeter notpeter enabled auto-merge January 10, 2025 16:53
@notpeter notpeter added this pull request to the merge queue Jan 10, 2025
Merged via the queue into main with commit c74ad61 Jan 10, 2025
14 checks passed
@notpeter notpeter deleted the emacs_transpose branch January 10, 2025 17:57
@notpeter notpeter self-assigned this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants