mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
Use ctrl-:
instead of ctrl-shift-:
for inlay hints toggling (#2921)
The latter is not possible to press in Zed, since `:` is typed as `shift-;` with typical US keyboard layouts. In the end, it's the same buttons you have to press to toggle the inlay hints, but working this time. Release Notes: - N/A
This commit is contained in:
parent
aff0e9019e
commit
df3dccc23f
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@
|
|||
// TODO: Move this to a dock open action
|
||||
"cmd-shift-c": "collab_panel::ToggleFocus",
|
||||
"cmd-alt-i": "zed::DebugElements",
|
||||
"ctrl-shift-:": "editor::ToggleInlayHints",
|
||||
"ctrl-:": "editor::ToggleInlayHints",
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue