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

Unable to override key bindings #13697

Open
1 task done
rroohhh opened this issue Jul 1, 2024 · 0 comments
Open
1 task done

Unable to override key bindings #13697

rroohhh opened this issue Jul 1, 2024 · 0 comments
Labels
bug [core label] keymap / key binding Feedback for keyboard shortcuts, key mapping, etc support User support (non-defect troubleshooting, documentation, etc) vim

Comments

@rroohhh
Copy link

rroohhh commented Jul 1, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

I am trying to change the keys used for movement in vim using the following keymap:

{
  "context": "Editor && VimControl && !VimWaiting && !menu",
  "bindings": {
    "n": "vim::Down",
    "t": "vim::Up",
    "s": "vim::Left",
  }
}

however this doesn't seem to take any effect at all.

Environment

Zed: v1.0.0 (Zed)
OS: Linux 1.0.0
Memory: 29.1 GiB
Architecture: x86_64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

Zed.log
@rroohhh rroohhh added admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue labels Jul 1, 2024
@notpeter notpeter added vim keymap / key binding Feedback for keyboard shortcuts, key mapping, etc support User support (non-defect troubleshooting, documentation, etc) and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [core label] keymap / key binding Feedback for keyboard shortcuts, key mapping, etc support User support (non-defect troubleshooting, documentation, etc) vim
Projects
None yet
Development

No branches or pull requests

2 participants