This week, I learned:
"markdown.editor.updateLinksOnPaste.enabled": false might fix the delay / freezing (infinite spinner) issue when pasting Markdown in VS Code.ug --smart-case --bool -Q --sort=rtime to interactively search for text in files. It's like VS Code search-across-files. Here are the shortcuts I find useful:
Alt-g: Glob (filter files to search in)Alt-[ or ]: Decrease or increase context (lines before / after)Alt-w: Word match toggleAlt-c: Count lines toggleAlt-u: Ungroup - show lines once even if multiple matches/goal sets an overall session goal to avoid getting side-tracked./side is like Claude Code's /btw - for a side task while the main task continues./resume lets you switch to any previous session./keymap debug lets you edit the keymap and inspect what keystrokes the terminal sends.@ lets you mention files, directories, skills, and plugins.Ctrl+R works, lets you pick a previous prompt.Ctrl+O copies the last answer as Markdown.PreToolUse lets you log every tool, SessionStart lets you inject repo-specific rules.readOnlyHint can run in parallel.codex doctor diagnoses environment issues.codex remote-control lets you remotely control Codex, making it a server.https://view.officeapps.live.com/op/embed.aspx?src=YOUR-URL~/.config/git/ignore or %USERPROFILE%\git\ignore as the global .gitignore. You can override that with git config --global core.excludesFile PATH. StackOverflow