@@ -53,17 +53,6 @@ Install the plugins by running `:PackerSync` in Neovim.
53
53
54
54
3 . Run : UpdateRemotePlugins
55
55
56
-
57
-
58
- ## Configuration
59
-
60
- After installing the plugin, you can configure the host by adding the following lines to your ` init.vim ` or ` init.lua ` :
61
-
62
- ``` lua
63
- require (" pieces.config" ).host = " http://localhost:1000"
64
- ```
65
-
66
- By default the host will be http://localhost:1000 on Windows and MacOS and http://localhost:5323 on Linux
67
56
68
57
## Commands
69
58
@@ -118,12 +107,12 @@ In the Copilot chat input, you can use slash commands to perform specific action
118
107
119
108
Change the current LLM model.
120
109
121
- ### ` :PiecesConversations `
110
+ ### ` :PiecesChats `
122
111
123
112
Open a list of Pieces Copilot conversations to choose from.
124
113
125
114
``` vim
126
- :PiecesConversations
115
+ :PiecesChats
127
116
```
128
117
Navigation and actions:
129
118
- Press ` <Del> ` on the selected conversation to delete it
@@ -132,35 +121,35 @@ Navigation and actions:
132
121
133
122
## Asset Management Commands
134
123
135
- ### ` :PiecesSnippets `
124
+ ### ` :PiecesDrive `
136
125
137
- List all of the saved snippets .
126
+ List all of the saved materials .
138
127
139
128
``` vim
140
- :PiecesSnippets
129
+ :PiecesDrive
141
130
```
142
131
Navigation and actions:
143
- - Use ` <Up> ` and ` <Down> ` arrow keys to navigate the snippet list.
144
- - Press ` <Enter> ` to open the selected snippet for editing.
145
- - Press ` <Del> ` on the selected snippet to delete it.
146
- - When editing a snippet :
132
+ - Use ` <Up> ` and ` <Down> ` arrow keys to navigate the material list.
133
+ - Press ` <Enter> ` to open the selected material for editing.
134
+ - Press ` <Del> ` on the selected material to delete it.
135
+ - When editing a material :
147
136
1 . Press ` i ` to enter insert mode and make changes.
148
137
2 . Press ` <Esc> ` to exit insert mode.
149
- 3 . Type ` :w ` and press ` <Enter> ` to save the edited snippet .
150
- 4 . Type ` :q ` and press ` <Enter> ` to exit the snippet editor.
138
+ 3 . Type ` :w ` and press ` <Enter> ` to save the edited material .
139
+ 4 . Type ` :q ` and press ` <Enter> ` to exit the material editor.
151
140
152
141
153
- ### ` :PiecesCreateSnippet `
142
+ ### ` :PiecesCreateMaterial `
154
143
155
- Create a snippet from the selected text in the visual mode.
144
+ Create a material from the selected text in the visual mode.
156
145
157
146
``` vim
158
- :PiecesCreateSnippet
147
+ :PiecesCreateMaterial
159
148
```
160
149
161
150
1 . Enter visual mode by pressing ` v ` in normal mode.
162
151
2 . Select the desired text using arrow keys or Vim motions.
163
- 3 . Type ` :PiecesCreateSnippet ` and press ` <Enter> ` .
152
+ 3 . Type ` :PiecesCreateMaterial ` and press ` <Enter> ` .
164
153
165
154
## Auth Commands
166
155
0 commit comments