zellij
zellij copied to clipboard
Add support for binding Ctrl-@
On most terminals, typing Ctrl-@ results in a null character with no modifier.
Moreover, Ctrl-Space is commonly mapped as an alias for Ctrl-@, making it easier to bind it as well.
Some related open issues:
- https://github.com/zellij-org/zellij/issues/357
- https://github.com/zellij-org/zellij/issues/1951
- https://github.com/zellij-org/zellij/issues/2626
Thanks for this! I resolved the conflicts and made a small cosmetic change.