---
title: "liftListItem command"
description: "Use the liftListItem command in Tiptap to lift the list item into a wrapping parent list. Learn more in our docs!"
canonical_url: "https://tiptap.dev/docs/editor/api/commands/lists/lift-list-item"
---

# liftListItem command

Use the liftListItem command in Tiptap to lift the list item into a wrapping parent list. Learn more in our docs!

The `liftListItem` will try to lift the list item around the current selection up into a wrapping parent list.

## Using the liftListItem command

```js
editor.commands.liftListItem()
```
