Skip to main content
Blink Code Editor provides powerful keyboard shortcuts to streamline your workflow. Learn these shortcuts to code faster and more efficiently.

File Operations

Manage your files quickly with these essential shortcuts:
ShortcutActionDescription
CTRL + OOpen FolderOpens a dialog to select and open a folder in the explorer
CTRL + SSave FileSaves the currently active file to disk
CTRL + NNew FileCreates a new file in the current directory or root
CTRL + SHIFT + NNew FolderCreates a new folder in the current directory or root
The CTRL + S shortcut only saves the active tab if it has been modified. An indicator will show on modified tabs.

Editor Controls

Navigate and control your editing experience:
ShortcutActionDescription
`CTRL + “Toggle TerminalOpens or closes the integrated terminal panel
Tab SwitchClick TabClick on any tab to switch between open files
The terminal automatically opens in the current working directory of your project.

Window Management

Control the application window:
ShortcutActionDescription
ALTShow Navbar MenuReveals the navbar menu with Settings and Update options
Drag NavbarMove WindowClick and drag the navbar to move the window
Blink uses a frameless window design. Press ALT to access the navbar menu where you can check for updates or open settings.

Context Menu Actions

Right-click on any file or folder in the explorer to access these actions:
  • Copy - Copy the selected file or folder
  • Cut - Cut the selected file or folder for moving
  • Paste - Paste the copied or cut item
  • Rename - Rename the selected file or folder
  • Delete - Delete the selected file or folder

Problems Panel

When the Problems Panel is open:
  • Click on any error or warning to jump to the exact location in your code
  • View errors and warnings with file paths and line numbers
  • Switch between Problems and Terminal tabs

Drag and Drop

Blink supports intuitive drag-and-drop functionality:
  • Drag files or folders within the explorer to reorganize your project structure
  • Drop items into folders to move them
  • Visual feedback shows valid drop targets

Tips for Power Users

Select a folder in the explorer, then press CTRL + N or CTRL + SHIFT + N to create a new file or folder inside that selected folder. If nothing is selected, the new item will be created in the project root.
Keep your most-used files open in tabs for quick access. Close tabs you no longer need by clicking the close button on each tab.
Use `CTRL + “ to quickly toggle the terminal. The terminal persists your session, so you can hide it and bring it back without losing your command history.

Keyboard Shortcut Reference

Here’s a complete quick reference table:
CategoryShortcutAction
FileCTRL + OOpen Folder
FileCTRL + SSave File
FileCTRL + NNew File
FileCTRL + SHIFT + NNew Folder
Editor`CTRL + “Toggle Terminal
WindowALTShow Navbar Menu
More keyboard shortcuts are coming in future releases, including multi-cursor support, global search, and customizable keybindings.

Build docs developers (and LLMs) love