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

Keymap not working #25370

Open
abdullah1116 opened this issue Feb 21, 2025 · 1 comment
Open

Keymap not working #25370

abdullah1116 opened this issue Feb 21, 2025 · 1 comment
Labels
keymap / key binding Feedback for keyboard shortcuts, key mapping, etc linux

Comments

@abdullah1116
Copy link

abdullah1116 commented Feb 21, 2025

Summary

"alt-shift-[" keymap is not working

my config is:

....
  {
    "context": "Pane",
    "bindings": {
      "alt-[": "pane::ActivatePrevItem",
      "alt-]": "pane::ActivateNextItem",
      "alt-shift-[": "pane::ActivatePrevItem",
      "alt-shift-enter": "pane::ActivatePrevItem",
      "alt-shift-]": "pane::SwapItemRight",
    }
  }

"alt-shift-enter" is working.

"alt-shift-{" keymap wasn't working either

Zed Version and System Specs

Zed 0.174.6 d5fde66 – /home/d/.local/zed.app/libexec/zed-editor

@beniaminzagan beniaminzagan added keymap / key binding Feedback for keyboard shortcuts, key mapping, etc linux labels Feb 22, 2025
@MrSubidubi
Copy link
Contributor

MrSubidubi commented Feb 22, 2025

I think #25230 (comment) is related and might/should solve your issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keymap / key binding Feedback for keyboard shortcuts, key mapping, etc linux
Projects
None yet
Development

No branches or pull requests

3 participants