feat(sidebar): add keymap to navigate between prompts (#2355)
This commit is contained in:
@@ -511,6 +511,8 @@ M._defaults = {
|
||||
repomap = "<leader>aR",
|
||||
},
|
||||
sidebar = {
|
||||
next_prompt = "]p",
|
||||
prev_prompt = "[p",
|
||||
apply_all = "A",
|
||||
apply_cursor = "a",
|
||||
retry_user_request = "r",
|
||||
|
||||
Reference in New Issue
Block a user