ZIm/crates/quick_action_bar/src
Kirill Bulatov 1a2a538366
Improve Linux terminal keymap and context menu (#16845)
Follow-up https://github.com/zed-industries/zed/pull/16085 that fixes
the search deploy to be actually a part of the terminal-related
bindings.

Part of https://github.com/zed-industries/zed/issues/16839

Also 

* fixes few other bindings to use `shift` and avoid conflicts with the
existing key bindings.
* adds terminal inline assist to the context menu and makes both the
menu and the button to dynamically adjust to `assist.enabled` settings
change

It is still unclear to me, why certain labels for certain bindings are
wrong (it's still showing `ctrl-w` for closing the terminal tab, and
`shift-insert` instead of `ctrl-shift-v` for Paste, while Insert is near
and has a `ctrl-shift-c` binding shown) but at least the keys work now.

Release notes: 
- Improved Linux terminal keymap and context menu
2024-08-26 01:01:46 +03:00
..
quick_action_bar.rs Improve Linux terminal keymap and context menu (#16845) 2024-08-26 01:01:46 +03:00
repl_menu.rs repl: Add restart kernel action and improve shutdown (#16609) 2024-08-21 11:51:58 -07:00
toggle_markdown_preview.rs ui: Add functions for generating textual representations of key bindings (#15287) 2024-07-26 12:52:59 -04:00