mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
2710cefb3e
The copy overlay now has a notion of running in search mode vs. copy mode; it can be launched in either mode. Search mode has a separate key table called `search_mode`. Activating copy mode while search mode is active will now update the mode of the existing overlay, rather than cancelling and creating a new instance, and vice versa. Activating copy mode while search mode is active will replace the current key table activation (which is assumed to be `copy_mode`) with `search_mode`, and vice versa. The viewport is no longer scrolled to the bottom when activating search mode. refs: https://github.com/wez/wezterm/issues/993 refs: https://github.com/wez/wezterm/issues/1592 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |