← 전체 단축키 모음

Windsurf 단축키 & 프롬프트

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

View in English

전체 단축키

Cascade AI Core

단축키기능설명
Ctrl + LOpen Cascade chatOpen the Cascade AI chat panel.
Ctrl + IInline AI editTrigger inline code generation or modification.
Ctrl + Shift + LCascade with selectionSend selected code to Cascade with context.
TabAccept suggestionAccept the current AI inline suggestion.
EscReject suggestionDismiss the current AI suggestion.
Alt + ]Next suggestionCycle to the next AI suggestion.
Alt + [Previous suggestionCycle to the previous AI suggestion.

Editor (VS Code Base)

단축키기능설명
Ctrl + PQuick open fileFuzzy search and open any file in the project.
Ctrl + Shift + PCommand paletteOpen the command palette.
Ctrl + `Toggle terminalOpen or close the integrated terminal.
Ctrl + /Toggle commentComment or uncomment the selected lines.
Ctrl + DSelect next matchAdd next occurrence of selected text to selection.
Alt + Up/DownMove lineMove the current line up or down.
Ctrl + Shift + KDelete lineDelete the entire current line.
Ctrl + BToggle sidebarShow or hide the file explorer sidebar.
F2Rename symbolRename a variable or function across the project.
F12Go to definitionJump to the definition of a symbol.
Ctrl + Shift + FSearch all filesSearch text across the entire project.
Ctrl + ZUndoUndo the last change.
Ctrl + Shift + ZRedoRedo the last undone change.

Flows & Memories

단축키기능설명
/memoryView memoriesList saved Cascade memories for the project.
/remember <text>Save memoryPermanently save a fact or rule for future sessions.
@filenameMention fileReference a specific file in the Cascade prompt.
@codebaseFull codebase contextGive Cascade context of the entire codebase.
Write modeAutonomous editsCascade makes file changes automatically.
Chat modeAsk onlyCascade answers questions without editing files.

Prompt Tips

단축키기능설명
Use @filename to focusFile scopingDirect Cascade to a specific file for precise edits.
Be specific about scopePrecisionName the function or class you want changed.
Ask for a plan firstPlan before codeRequest a written plan before implementation.