zellij-org/zellij

Support reading keyboard input

Open

#2,199 opened on Feb 26, 2023

View on GitHub
 (1 comment) (11 reactions) (0 assignees)Rust (32,593 stars) (1,191 forks)batch import
help wanted

Description

This has come up a few times in various issues such as: https://github.com/zellij-org/zellij/issues/1807 https://github.com/zellij-org/zellij/issues/1962

and numerous times discussing Zellij with peers and colleagues. A lot of users are currently using tmux and not being able to use their keybinds within Zellij because it only supports STDIN is a big blocker to transition.

I realize that there are some use cases where the behavior may not be consistent (ssh), however, nowadays most developers and general users will spend the vast majority of their time on their local setup.

I truly believe that this would improve the experience of the vast majority of users in most use cases. This would also be a more intuitive experience for new users of Zellij, which seems to be something that the project values.

Contributor guide