Keyboard Navigation

Move through DataLoam without leaving the keyboard

DataLoam is designed for editor-first workflows, so common database actions can be reached without switching to the mouse. Use keyboard navigation when you want to open a connection, move through database objects, run a query, or return to the editor quickly.

Open DataLoam commands

Use the Command Palette to find DataLoam actions:

  • Windows and Linux: Ctrl+Shift+P
  • macOS: Cmd+Shift+P

Search for DataLoam to see available commands.

Common workflow

Open a database

Run the DataLoam command for opening a database connection. Choose the saved connection you want to work with.

Move through the database tree

Use the arrow keys to move through schemas, tables, collections, and fields. Expand or collapse the selected item with Enter.

Open a query file

Select a query file or create a new one from the DataLoam commands. The editor keeps focus on the query surface so you can start writing immediately.

Run and inspect results

Run the current query from the keyboard, then move between the editor and result panel as needed.

Tips

  • Use the Command Palette when you are not sure where a DataLoam action lives.
  • Keep saved connections named clearly so they are easy to find from keyboard search.
  • Pair keyboard navigation with Vim mode if you prefer modal editing.