Generate key shortcuts for Claude Code. c -> claude
add a bat file 'c.bat' to your path notepad "C:\Users<Your-Username>.local\bin\c.bat"
with the following content:
@claude %*Now, when you are in the explorer, enter "CTRL+L" to select the path, then type "cmd" and hit enter to open a command prompt in that directory. Type "c" and hit enter to run Claude Code in that directory.
u=> ultrathink w => what happened
YOLO mode" has a specific meaning too: it refers to running a tool with all safety confirmations disabled. For example, Claude Code has a --dangerously-skip-permissions flag that people informally call "YOLO mode," where it stops asking for approval before each action and just executes. Handy but risky, hence the name.
claude --dangerously-skip-permissions