---
title: "selectTextblockStart command"
description: "Use the selectTextblockStart command in Tiptap to move the cursor to the start of the current textblock. Learn more in our docs!"
canonical_url: "https://tiptap.dev/docs/editor/api/commands/select-textblock-start"
---

# selectTextblockStart command

Use the selectTextblockStart command in Tiptap to move the cursor to the start of the current textblock. Learn more in our docs!

The `selectTextblockStart` will move the cursor to the start of the current textblock if the block is a valid textblock.

## Use the selectTextblockStart command

```js
editor.commands.selectTextblockStart()
```
