Skip to content

Commit

Permalink
docs: more experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitx committed Dec 10, 2023
1 parent 9eebf3a commit 05c6408
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,22 +124,14 @@ https://github.com/Robitx/gp.nvim/blob/7d802f54fb503f27fc9722656efddb05a533f4cf/
## Commands

### Chat
- **:GpChatNew**
: Open a fresh chat in the current window. It can be either empty or include the visual selection or specified range as context. This command also supports subcommands for layout specification:

- :GpChatNew vsplit`
: Open a fresh chat in a vertical split window.

- `:GpChatNew split`
: Open a fresh chat in a horizontal split window.

- `:GpChatNew tab`
: Open a fresh chat in a new tab.

- `:GpChatNew popup`
: Open a fresh chat in a popup window.

- :GpChatPaste
#### `:GpChatNew` <!-- {doc=:GpChatNew} -->
Open a fresh chat in the current window. It can be either empty or include the visual selection or specified range as context. This command also supports subcommands for layout specification:
- `:GpChatNew vsplit` Open a fresh chat in a vertical split window.
- `:GpChatNew split` Open a fresh chat in a horizontal split window.
- `:GpChatNew tabnew` Open a fresh chat in a new tab.
- `:GpChatNew popup` Open a fresh chat in a popup window.

#### :GpChatPaste <!-- {doc=:GpChatPaste} -->
: Paste the selection or specified range into the latest chat, simplifying the addition of code from multiple files into a single chat buffer. This command also supports subcommands for layout specification:

- `:GpChatPaste vsplit`
Expand Down

0 comments on commit 05c6408

Please sign in to comment.