---
title: "enter command"
description: "Use the enter command in Tiptap to trigger an enter key action for automated text entry and formatting. More in the docs."
canonical_url: "https://tiptap.dev/docs/editor/api/commands/selection/enter"
---

# enter command

Use the enter command in Tiptap to trigger an enter key action for automated text entry and formatting. More in the docs.

The `enter` command triggers an enter programmatically.

## Use the enter command

```js
editor.commands.enter()
```
