Skip to content

Commit 463ef31

Browse files
committed
docs: improve suggestion keymaps descriptions
1 parent f147f12 commit 463ef31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/gitlab.nvim.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@ you call this function with no values the defaults will be used:
229229
},
230230
suggestion_preview = {
231231
apply_changes = "ZZ", -- Close suggestion preview tab, and post comment to Gitlab (discarding changes to local file). In "apply mode", accept suggestion, commit changes, then push to remote and resolve thread
232-
discard_changes = "ZQ", -- Close suggestion preview tab and discard changes to local file
232+
discard_changes = "ZQ", -- Close suggestion preview tab and discard changes in local file
233233
attach_file = "ZA", -- Attach a file from the `settings.attachment_dir`
234-
apply_changes_locally = "Zz", -- Only in "apply mode", write suggestion buffer to local file
234+
apply_changes_locally = "Zz", -- Only in "apply mode", close suggestion preview tab and write suggestion buffer to local file (no changes posted to Gitlab)
235235
paste_default_suggestion = "glS", -- Paste the default suggestion below the cursor (overrides default "glS" (start review) keybinding for the "Note" buffer)
236236
},
237237
reviewer = {

0 commit comments

Comments
 (0)