Notes on enginering leadership and software development.
#zed
2025
Had to spin up a new work laptop, so I figured — I'll tweak my Zed setup, do some dogfooding, and show you how to make Zed AI assist awesome!
Daily Notes
April 20th:
Claude Code can turn anything into CursorI got the memo pretty late, but you can just run Claude Code in a terminal in a split pane in any editor, and get as close to Cursor-style agentic IDEs as you need?
Zed with Claude in a vertical terminal pane The setup for this is embarrasingly easy — install Claude with
npm install -g @anthropic-ai/claude-code
and launch it in a terminal inside of your IDE. Happy coding.