Skip to main content

Pieces Neovim Plugin Commands

Commands

The Pieces Neovim plugin provides several commands to interact with Pieces OS. Here's a list of available commands:

General Commands

:PiecesHealth

Check the health of Pieces OS.

:PiecesHealth

:PiecesOSVersion

Display the version of Pieces OS.

:PiecesOSVersion

:PiecesPluginVersion

Display the current version of the Pieces Neovim plugin.

:PiecesPluginVersion

Copilot Commands

:PiecesCopilot

Open the Pieces Copilot window in a split view.

:PiecesCopilot

Using the Copilot Chat

  1. Press i to enter insert mode and type your message.
  2. Press <Esc> to exit insert mode.
  3. Press <Enter> to send the message to Pieces Copilot and see the response.

Copilot Chat Commands

In the Copilot chat input, you can use slash commands to perform specific actions:

/change_model

Change the current LLM model.

:PiecesChats

Open a list of Pieces Copilot conversations to choose from.

:PiecesChats

Navigation and actions:

  • Press <Del> on the selected conversation to delete it
  • Use <Up> and <Down> arrow keys to navigate the conversation list
  • Press <Enter> to open the selected conversation in the Copilot

Asset Management Commands

:PiecesDrive

List all of the saved matierals.

:PiecesDrive

Navigation and actions:

  • Use <Up> and <Down> arrow keys to navigate the matieral list.
  • Press <Enter> to open the selected matieral for editing.
  • Press <Del> on the selected matieral to delete it.
  • When editing a matieral:
    1. Press i to enter insert mode and make changes.
    2. Press <Esc> to exit insert mode.
    3. Type :w and press <Enter> to save the edited matieral.
    4. Type :q and press <Enter> to exit the matieral editor.

:PiecesCreateMatieral

Create a matieral from the selected text in the visual mode.

:PiecesCreateMatieral
  1. Enter visual mode by pressing v in normal mode.
  2. Select the desired text using arrow keys or Vim motions.
  3. Type :PiecesCreateMatieral and press <Enter>.

Auth Commands

:PiecesAccount

Shows your Pieces account information such as Username, Email, Personal Cloud Status and Personal Domain in a new window.

:PiecesAccount

You can also logout from your account by going to the Logout option in the Auth status menu and then press enter. You will be logged out of your Pieces account.

:PiecesLogin

Login to your Pieces account.

:PiecesLogin

:PiecesLogout

Logout of your Pieces account.

:PiecesLogout

:PiecesConnectCloud

Connect to your Personal Pieces Cloud.

:PiecesConnectCloud

:PiecesDisconnectCloud

Disconnect from your Personal Pieces Cloud.

:PiecesDisconnectCloud
info

Note: In order to use the Personal Pieces Cloud commands, you must have an account connected to Pieces OS.

Tips

  • When editing a snippet opened with :PiecesSnippets, remember to save your changes using the :w command.
  • Use visual mode to select text before running :PiecesCreateSnippet to create a new snippet.