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:
Julia 2024-01-11 11:39:47 -05:00 committed by GitHub
commit 5c2bbe5e8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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