### Describe the bug Pressing `Ctrl-[` no longer works as `<esc>` on some panels like N2, N3, etc. ### To Reproduce Steps to reproduce the behavior: 1. Open lazygit 2. Press `Ctrl-[` ### Expected behavior It should work as escape but it changes tabs instead ### Version info: * commit=v0.58.0, build date=2026-01-03T19:33:53Z, build source=binaryRelease, version=0.58.0, os=linux, arch=amd64, git version=2.52.0 * git version 2.52.0 ### Additional context This used to work just fine. > [!NOTE] > Please try updating to the latest version or [manually building](https://github.com/jesseduffield/lazygit/#manual) the latest `master` to see if the issue still occurs. <!-- If you want to try and debug this issue yourself, you can run `lazygit --debug` in one terminal panel and `lazygit --logs` in another to view the logs. -->
Describe the bug
Pressing
Ctrl-[no longer works as<esc>on some panels like N2, N3, etc.To Reproduce
Steps to reproduce the behavior:
Ctrl-[Expected behavior
It should work as escape but it changes tabs instead
Version info:
Additional context
This used to work just fine.
Note
Please try updating to the latest version or manually building the latest
masterto see if the issue still occurs.