Skip to content

Keyboard Shortcuts

Below are all keyboard shortcuts registered by the Kodik extension. Each can be reassigned in the VS Code keyboard shortcut editor.

ActionWindows / LinuxmacOSCondition
Add selection to chatCtrl+LCmd+LEditor has selection
Mark selection as sensitiveCtrl+Alt+SCmd+Alt+SSelection present; anonymizer enabled
Unmark sensitive selectionCtrl+Alt+UCmd+Alt+USelection is marked; anonymizer enabled
Accept file changes (File Review)Alt+AAlt+AFile review active
Reject file changes (File Review)Alt+RAlt+RFile review active
Next change (File Review)Alt+RightAlt+RightFile review active
Previous change (File Review)Alt+LeftAlt+LeftFile review active
Generate commit message(none)(none)Git enabled; SCM open

Inline Chat (Ctrl+I / Cmd+I) is a VS Code platform feature managed by the editor, not a Kodik extension keybinding.

To reassign a shortcut:

  1. Open the keyboard shortcut editor:

    • Ctrl+K Ctrl+S (Windows/Linux) or Cmd+K Cmd+S (macOS)
    • Or: File → Preferences → Keyboard Shortcuts
  2. Type kodik in the search bar to filter Kodik commands.

  3. Click the pencil icon next to the command you want to change.

  4. Press the key combination you want to assign, then press Enter.

A basic Kodik workflow without touching the mouse:

  1. Select code (Shift+Arrow keys).
  2. Press Ctrl+L / Cmd+L to add it to chat.
  3. Type your question and press Enter.
  4. Review the response and apply suggested changes.
  1. Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P).
  2. Type kodik to filter the list.
  3. Browse the available commands.

Kodik commands in the Command Palette