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

Alt-j cannot be remapped to Right in 0.21 #923

Closed
lparcq opened this issue Dec 4, 2021 · 1 comment · Fixed by #925
Closed

Alt-j cannot be remapped to Right in 0.21 #923

lparcq opened this issue Dec 4, 2021 · 1 comment · Fixed by #925

Comments

@lparcq
Copy link

lparcq commented Dec 4, 2021

The following configuration that replaces the keys hjkl by vdlj (for bépo keyboard) was working in version 0.20.1. Alt-j was correctly moving to the tab on the right. In 0.21.0, it doesn't work and Alt-l is still bound to Right.

keybinds:
    normal:
        - action: [MoveFocusOrTab: Left,]
          key: [ Alt: 'v',]
        - action: [MoveFocusOrTab: Right,]
          key: [ Alt: 'j',]
        - action: [MoveFocus: Down,]
          key: [ Alt: 'd',]
        - action: [MoveFocus: Up,]
          key: [ Alt: 'l',]
a-kenji added a commit to a-kenji/zellij that referenced this issue Dec 4, 2021
* turn off the merging of key bindings of layout and configuration
  files for now.

  In certain situations the keybindings would be overwritten.

  Fix zellij-org#923
a-kenji added a commit that referenced this issue Dec 4, 2021
* turn off the merging of key bindings of layout and configuration
  files for now.

  In certain situations the keybindings would be overwritten.

  Fix #923
@a-kenji
Copy link
Contributor

a-kenji commented Dec 4, 2021

@lparcq,
Thank you for taking the time in creating this issue!
This should now be fixed in the next release again.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants