this repo has no description
0
fork

Configure Feed

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

zed stuff

Seth Etter f54772cc 1beeb8f9

+10 -9
+6 -6
zed/keymap.json
··· 6 6 "cmd-9": "terminal_panel::ToggleFocus", 7 7 "cmd-ctrl-b": "workspace::ToggleRightDock", 8 8 "cmd-shift-o": "outline_panel::ToggleFocus", 9 - "ctrl-k": ["workspace::ActivatePaneInDirection", "Up"], 10 - "ctrl-j": ["workspace::ActivatePaneInDirection", "Down"], 11 - "ctrl-h": ["workspace::ActivatePaneInDirection", "Left"], 12 - "ctrl-l": ["workspace::ActivatePaneInDirection", "Right"], 13 - "space C C": "workspace::CloseAllItemsAndPanes" 9 + "ctrl-k": "workspace::ActivatePaneUp", 10 + "ctrl-j": "workspace::ActivatePaneDown", 11 + "ctrl-h": "workspace::ActivatePaneLeft", 12 + "ctrl-l": "workspace::ActivatePaneRight", 14 13 } 15 14 }, 16 15 { ··· 19 18 "space g l": "editor::CopyPermalinkToLine", 20 19 "space g o": "editor::OpenPermalinkToLine", 21 20 "space w": "workspace::Save", 21 + "space C C": "workspace::CloseAllItemsAndPanes" 22 22 "g r": "editor::FindAllReferences", 23 23 "shift-e": "pane::RevealInProjectPanel", 24 - "shift-h": "pane::ActivatePrevItem", 24 + "shift-h": "pane::ActivatePreviousItem", 25 25 "shift-l": "pane::ActivateNextItem" 26 26 } 27 27 },
+4 -3
zed/settings.json
··· 25 25 "theme": { 26 26 "mode": "system", 27 27 "light": "Rosé Pine Dawn", 28 - "dark": "Rosé Pine Moon" 28 + "dark": "Everforest Dark" 29 29 }, 30 30 "terminal": { 31 31 "line_height": "standard", 32 32 "font_family": "Input Mono Narrow", 33 33 "font_size": 14 34 34 }, 35 - "assistant": { 35 + "agent": { 36 + "always_allow_tool_actions": true, 36 37 "enable_experimental_live_diffs": true, 37 38 "default_model": { 38 39 "provider": "anthropic", 39 - "model": "claude-3-7-sonnet-latest" 40 + "model": "claude-sonnet-4-thinking-latest" 40 41 }, 41 42 "version": "2", 42 43 "provider": null