this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zed copy git link keymap

+3 -1
+3 -1
zed/keymap.json
··· 14 14 } 15 15 }, 16 16 { 17 - "context": "Editor && vim_mode == normal", 17 + "context": "Editor && (vim_mode == normal || vim_mode == visual)", 18 18 "bindings": { 19 + "space g l": "editor::CopyPermalinkToLine", 20 + "space g o": "editor::OpenPermalinkToLine", 19 21 "space w": "workspace::Save", 20 22 "g r": "editor::FindAllReferences", 21 23 "shift-e": "pane::RevealInProjectPanel",