zellij/zellij-client/src
Aram Drevekenin 1f0ae94f01
feat(plugins): rebind keys at runtime (#3422)
* refactor(server): interpret keys on server so they can be rebound

* feat(plugins): allow rebinding keys at runtime

* various cleanups

* add tests

* style(fmt): rustfmt

* fix(tests): address (some) e2e test flakiness

* style(fmt): rustfmt
2024-06-14 17:11:02 +02:00
..
old_config_converter feat(sessions): session resurrection (#2801) 2023-10-12 16:05:45 +02:00
cli_client.rs fix(cli): tab and pane name input (#3295) 2024-04-24 11:56:49 +02:00
command_is_executing.rs Big refactor: separate crates for client, server and utilities 2021-05-16 21:41:56 +05:30
input_handler.rs feat(plugins): rebind keys at runtime (#3422) 2024-06-14 17:11:02 +02:00
keyboard_parser.rs feat(keybindings): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (#3383) 2024-05-27 16:15:09 +02:00
lib.rs feat(plugins): rebind keys at runtime (#3422) 2024-06-14 17:11:02 +02:00
os_input_output.rs feat(cli): allow starting a session detached (#3257) 2024-04-12 15:39:36 +02:00
stdin_ansi_parser.rs feat(client): terminal synchronized output (#2798) 2023-10-13 11:24:22 +02:00
stdin_handler.rs feat(keybindings): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (#3383) 2024-05-27 16:15:09 +02:00