---
title: "selectNodeForward command"
description: "Use the selectNodeForward command in Tiptap to select the node after the current textblock. Learn more in our docs!"
canonical_url: "https://tiptap.dev/docs/editor/api/commands/selection/select-node-forward"
---

# selectNodeForward command

Use the selectNodeForward command in Tiptap to select the node after the current textblock. Learn more in our docs!

If the selection is empty and at the end of a textblock, `selectNodeForward` will select the node after the current textblock if possible.

## Use the selectNodeForward command

```js
editor.commands.selectNodeForward()
```
