Skip to content

Commit 3dec6ee

Browse files
committed
docs: add keybinding description
1 parent ef7da2e commit 3dec6ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/gitlab.nvim.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ you call this function with no values the defaults will be used:
230230
suggestion_preview = {
231231
apply_changes = "ZZ", -- Close suggestion preview tab, and post suggestion comment to Gitlab (and discard changes to local file) or "apply" changes to local file
232232
discard_changes = "ZQ", -- Close suggestion preview tab and discard changes to local file
233+
attach_file = "ZA", -- Attach a file from the `settings.attachment_dir`
233234
paste_default_suggestion = "glS", -- Paste the default suggestion below the cursor (overrides default "glS" (start review) keybinding for the "Note" buffer)
234235
},
235236
reviewer = {

0 commit comments

Comments
 (0)