mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 13:09:47 +00:00
I ran into this while using lazygit: the Shift navigation keys were being captured by Zed to scroll the terminal buffer instead of being passed through to the program. Capturing them makes sense in the normal terminal case, where the user wants to scroll and Shift has no other meaning. But in alternate-screen TUIs like lazygit, less, or neovim, terminal scrollback isn't relevant, so we can forward these keys to the program while it's open. Release Notes: - Fixed Shift+Up, Shift+Down, Shift+Home, and Shift+End in terminal TUIs like lazygit, less, and neovim. --------- Co-authored-by: John Tur <john-tur@outlook.com> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE-GPL | ||