mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
feat(picker): added c-q
to list
This commit is contained in:
parent
c1f4d30325
commit
6d0d2dc2a7
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ local defaults = {
|
|||
["<c-k>"] = "list_up",
|
||||
["<c-n>"] = "list_down",
|
||||
["<c-p>"] = "list_up",
|
||||
["<c-q>"] = "qflist",
|
||||
["<c-s>"] = "edit_split",
|
||||
["<c-u>"] = "list_scroll_up",
|
||||
["<c-v>"] = "edit_vsplit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue