I have summarized the tips for using Claude Code introduced in the official Anthropic documentation. These are useful features for those who code with AI in the terminal. ## Quick Execution & Shortcuts ### 1. Run Terminal Immediately with `!` Prefix Instead of saying "run git status," you can execute it immediately by typing `!git status`. This can reduce waiting time and token consumption. ### 2. Revert to Previous State with Esc Pressed Double If things go wrong while experimenting, you c
I have summarized the tips for using Claude Code introduced in the official Anthropic documentation. These are useful features for those who code with AI in the terminal. ## Quick Execution & Shortcuts ### 1. Run Terminal Immediately with `!` Prefix Instead of saying "run git status," you can execute it immediately by typing `!git status`. This can reduce waiting time and token consumption. ### 2. Revert to Previous State with Esc Pressed Double If things go wrong while experimenting, you c
답변 6개
댓글을 작성하려면 로그인이 필요합니다.