this repo has no description
0
fork

Configure Feed

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

zed: more keybindings

+5 -2
+5 -2
zed/keymap.json
··· 11 11 } 12 12 }, 13 13 { 14 - "context": "Editor", 14 + "context": "Editor && vim_mode == normal", 15 15 "bindings": { 16 + "space w": "workspace::Save", 16 17 "g r": "editor::FindAllReferences", 17 - "cmd-k e": "pane::RevealInProjectPanel" 18 + "shift-e": "pane::RevealInProjectPanel", 19 + "shift-h": "pane::ActivatePrevItem", 20 + "shift-l": "pane::ActivateNextItem" 18 21 } 19 22 }, 20 23 {