this repo has no description
0
fork

Configure Feed

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

zed keymap and theme

+30 -2
+29 -1
zed/keymap.json
··· 1 1 [ 2 2 { 3 3 "bindings": { 4 - "cmd-shift-j": "workspace::ToggleZoom" 4 + "ctrl-[": ["workspace::SendKeystrokes", "escape"], 5 + "cmd-ctrl-j": "workspace::ToggleZoom", 6 + "cmd-9": "terminal_panel::ToggleFocus", 7 + "ctrl-k": ["workspace::ActivatePaneInDirection", "Up"], 8 + "ctrl-j": ["workspace::ActivatePaneInDirection", "Down"], 9 + "ctrl-h": ["workspace::ActivatePaneInDirection", "Left"], 10 + "ctrl-l": ["workspace::ActivatePaneInDirection", "Right"] 11 + } 12 + }, 13 + { 14 + "context": "Editor", 15 + "bindings": { 16 + "g r": "editor::FindAllReferences", 17 + "cmd-k e": "pane::RevealInProjectPanel" 18 + } 19 + }, 20 + { 21 + "context": "Pane", 22 + "bindings": { 23 + "ctrl-shift-l": "pane::SplitRight", 24 + "ctrl-shift-h": "pane::SplitLeft", 25 + "ctrl-shift-j": "pane::SplitDown", 26 + "ctrl-shift-k": "pane::SplitUp" 27 + } 28 + }, 29 + { 30 + "context": "ProjectPanel", 31 + "bindings": { 32 + "ctrl-shift-left": "project_panel::CollapseAllEntries" 5 33 } 6 34 } 7 35 ]
+1 -1
zed/settings.json
··· 22 22 "theme": { 23 23 "mode": "system", 24 24 "light": "Solarized Light", 25 - "dark": "Solarized Dark" 25 + "dark": "Rosé Pine" 26 26 }, 27 27 "terminal": { 28 28 "line_height": "standard",