zellij/zellij-utils/src/input
Aram Drevekenin 72f6b502d1
fix(ux): forward keys to pane in locked mode and base mode rather than hard-coded normal mode (#3715)
* fix(keybindings): only forward clear keys in locked mode and default mode

* style(fmt): rustfmt
2024-10-31 16:49:48 +01:00
..
unit feat(ux): first run setup-wizard (#3556) 2024-08-16 14:00:01 +02:00
actions.rs fix(layouts): suspend commands in remote layouts (#3697) 2024-10-24 14:33:31 +02:00
command.rs feat(plugins): allow opening command panes in the background (hidden) (#3530) 2024-07-29 11:40:01 +02:00
config.rs fix(ux): configuration fixes (#3713) 2024-10-31 14:35:13 +01:00
keybinds.rs fix(ux): forward keys to pane in locked mode and base mode rather than hard-coded normal mode (#3715) 2024-10-31 16:49:48 +01:00
layout.rs style(fmt): remove warnings (#3701) 2024-10-25 13:12:24 +02:00
mod.rs feat(ui): configuration screen + configure non-colliding keys at runtime (#3502) 2024-07-17 16:08:31 +02:00
mouse.rs chore(deps): move from termion to termwiz for STDIN handling (#1249) 2022-03-23 09:08:35 +01:00
options.rs feat(keybindings): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (#3383) 2024-05-27 16:15:09 +02:00
permission.rs feat(sessions): add a session manager to switch between sessions, tabs and panes and create new ones (#2721) 2023-08-24 13:36:24 +02:00
plugins.rs feat(ui): built-in plugin manager (#3633) 2024-09-30 18:04:40 +02:00
theme.rs feat(ux): first run setup-wizard (#3556) 2024-08-16 14:00:01 +02:00