ctrl-r keybind (Open Recent) #23895
injust
started this conversation in
From VSCode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I often use VS Code's ctrlr keybind and think it should be added to Zed.
In VS Code's keymap, this is:
This is what I use in my Zed keymap:
(
!Terminal
to not break ctrlr for reverse-i-search in the terminal.)ctrlr also has additional functionality in VS Code when ctrl is held while r is repeatedly pressed. Zed's cmdp behaves similarly.
In VS Code's keymap, this is:
I don't think it's currently possible to get this behaviour with Zed's
projects::OpenRecent
.Beta Was this translation helpful? Give feedback.
All reactions