Skip to content

Commit

Permalink
Document GpChatLast
Browse files Browse the repository at this point in the history
  • Loading branch information
myarcana committed Dec 15, 2024
1 parent 4b3c512 commit 876291a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/gp.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,18 @@ subcommands for layout specification:
- `:GpChatToggle popup` Toggle chat in a popup window.


:GpChatLast *:GpChatLast*

Open the last active chat. Any visual selection or specified range will be
pasted into the chat. This command also supports subcommands for layout
specification:

- `:GpChatLast vsplit` Open the last chat in a vertical split window.
- `:GpChatLast split` Open the last chat in a horizontal split window.
- `:GpChatLast tabnew` Open the last chat in a new tab.
- `:GpChatLast popup` Open the last chat in a popup window.


:GpChatFinder *:GpChatFinder*

Open a dialog to search through chats.
Expand Down

0 comments on commit 876291a

Please sign in to comment.