mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
Stop following on escape key press (#4021)
Release Notes: - Added a default keyboard shortcut to stop following by pressing the escape key.
This commit is contained in:
commit
5c2bbe5e8e
1 changed files with 2 additions and 1 deletions
|
@ -412,7 +412,8 @@
|
|||
"cmd-shift-e": "project_panel::ToggleFocus",
|
||||
"cmd-?": "assistant::ToggleFocus",
|
||||
"cmd-alt-s": "workspace::SaveAll",
|
||||
"cmd-k m": "language_selector::Toggle"
|
||||
"cmd-k m": "language_selector::Toggle",
|
||||
"escape": "workspace::Unfollow"
|
||||
}
|
||||
},
|
||||
// Bindings from Sublime Text
|
||||
|
|
Loading…
Reference in a new issue