MLFlexer / modal.wezterm

Vim-like modal keybindings for your terminal! ✌️
MIT License
26 stars 0 forks source link

Option to change the background when changing modes #6

Closed MLFlexer closed 5 months ago

MLFlexer commented 5 months ago

A user should be able to change their background based on the mode they are in

MLFlexer commented 5 months ago

This has been closed as it is possible to change the config with the emitted event, however it should be noted that there are some issues with the key tables and window:set_config_overrides(overrides) such that it disables the key_tables. See reported issue here: https://github.com/wez/wezterm/issues/5318