zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
19.75k stars 618 forks source link

Strider: KeyBindings #348

Open x4e opened 3 years ago

x4e commented 3 years ago

Hello,

At the moment the Strider plugin does not have any keybinding functionality, using hardcoded defaults (hjkl). hjkl keybindings are the standard, however they are not at all ergonomic, especially for non qwerty users (I use colemak). It would be useful if it was possible to change these.

Code in question: https://github.com/zellij-org/zellij/blob/83c7e5622b6fb243c4422af87b50b353a0645e2a/default-plugins/strider/src/main.rs#L19

a-kenji commented 3 years ago

Thank you! I agree, it would be very useful. Sadly I think it will take a little while until we can tackle plugin configuration #317. But any input on that is very welcome.