# Baserow Keyboard Shortcuts - Work Faster in Grid View

> Speed up daily table work in Baserow with keyboard shortcuts for moving between cells, copying and pasting, selecting ranges, and adding rows fast.

Source: https://opennix.org/en/docs/baserow/getting-started/baserow-keyboard-shortcuts/


Keyboard shortcuts noticeably speed up everyday table work in Baserow: moving between cells, copying and pasting data, selecting ranges, and creating new rows.

## General Shortcuts

| Shortcut | Action |
|---|---|
| Cmd/Ctrl + Z | Undo the last action |
| Cmd/Ctrl + Shift + Z | Redo the undone action |
| Cmd/Ctrl + P | Print the current view or an expanded row |
| Cmd/Ctrl + K | Open workspace-wide search ("jump to") |

## Grid View Navigation

| Shortcut | Action |
|---|---|
| Right arrow or Tab | Move to the cell on the right |
| Left arrow or Shift + Tab | Move to the cell on the left |
| Up arrow | Move to the cell above |
| Down arrow | Move to the cell below |
| Space | Open the expanded row |
| Esc | Close the expanded row |

Cell navigation works in [grid view](/docs/baserow/view-types/guide-to-grid-view/) - covered in more detail in [Views](/docs/baserow/views/).

## Editing Data

| Shortcut | Action |
|---|---|
| Cmd/Ctrl + C | Copy the selected cell(s) |
| Cmd/Ctrl + V | Paste into the selected cell(s) |
| Enter or F2 | Enter cell edit mode |
| Enter (while editing) | Save the change |
| Shift + Enter | Insert a new row below the current one |
| Esc | Cancel editing |
| Cmd/Ctrl + Shift + S | Open the search bar |

Bulk-pasting data from the clipboard, for example from Excel, is covered in detail in [Paste Data into a Baserow Table](/docs/baserow/rows/paste-data-into-baserow-table/).

## Selecting a Range of Cells

| Shortcut | Action |
|---|---|
| Shift + click | Select the range between two cells |
| Shift + Up/Down arrow | Expand the selection vertically |
| Shift + Left/Right arrow | Expand the selection horizontally |

A selected range is handy together with copy and paste when moving data between rows of the same table, covered in [Rows](/docs/baserow/rows/).

## Where to Go Next

This wraps up the Getting Started section. The next step is setting up team collaboration in [Workspaces](/docs/baserow/workspaces/).

