mirror of
https://github.com/wez/wezterm.git
synced 2024-11-11 03:27:05 +03:00
89e427bd79
This commit re-arranges the code so that an overlay can have a local stack of key table activations; this allows copy_mode and search_mode key tables to layer on top of the user's window level key tables. Previously, we'd just stick the search_mode entry on top of the global state, which worked, but had the undesirable side effect of hijacking the Enter key when switching to another tab in the window. refs: https://github.com/wez/wezterm/issues/993 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |