← 전체 단축키 모음

Google Gemini 단축키 & 프롬프트

Google Gemini의 모든 키보드 단축키와 프롬프트 가이드를 제공합니다.

View in English

전체 단축키

Web Shortcuts

단축키기능설명
EnterSend messageSubmit your prompt to Gemini.
Shift + EnterNew lineAdd a line break without sending.
Ctrl + Shift + CCopy responseCopy the last response to clipboard.
Ctrl + ZEdit last messageEdit your last sent message.
Ctrl + /Keyboard shortcutsDisplay the keyboard shortcuts reference.

Gemini CLI

단축키기능설명
geminiStart interactiveLaunch interactive Gemini CLI session.
gemini -p "prompt"One-shot promptSend a single prompt and get a response.
cat file | geminiPipe inputPipe file content as context.
/helpShow commandsDisplay available CLI slash commands.
/clearClear historyClear the conversation history.
/quitExitExit the Gemini CLI.
/toolsList toolsShow available integrated tools.
/mcpMCP statusShow connected MCP servers.
--model gemini-2.0-flashSelect modelSpecify model version on startup.
--yoloAuto-approve modeSkip confirmation prompts for file edits.
--debugDebug modeShow detailed debug output.

Prompt Tips

단축키기능설명
Analyze this image: [upload]Vision inputUse Gemini's multimodal capabilities with images.
Summarize this documentLong contextLeverage Gemini's 1M+ token context window.
Think step by stepReasoning modeActivate chain-of-thought reasoning.
Use grounding (Google Search)Web groundingGround responses with real-time Google Search data.
Generate with code executionCode runnerAsk Gemini to write and execute Python code.
Compare these two filesMulti-documentProvide multiple documents for comparison.
Respond in JSON formatStructured outputRequest machine-readable JSON responses.
Watch this video and summarizeVideo analysisUpload a video for Gemini to analyse.