Claude Code
Invalid Date
https://github.com/zebbern/claude-code-guide https://github.com/Njengah/claude-code-cheat-sheet https://ctok.ai/claude-code-new-rules-0828.html https://onevcat.com/2025/08/claude-code/
to increase the font size in vscode claude code window, right click the tab to open in new window, and in that window use cmd + to zoom in and cmd - to zoom out.
to make paste image work on linux, install xclip, use ctrl + v to paste image
when using fish to set the API key, in vscode, set terminal integrated default profile to fish
settings
https://docs.anthropic.com/en/docs/claude-code/settings#available-settings
at ~/.claude/settings.json
{
"includeCoAuthoredBy": false
}memory
To have a global CLAUDE.md file for instructions for every project.
Put the user(global) level doc in ~/.claude/CLAUDE.md
You can check is it loaded by /memory command in claude code.