mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-07 13:15:08 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
78f0ad6ce7
commit
e591715b03
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ docs for more information on how to customize these styles
|
|||
keys = {
|
||||
n_esc = { "<esc>", { "cmp_close", "cancel" }, mode = "n", expr = true },
|
||||
i_esc = { "<esc>", { "cmp_close", "stopinsert" }, mode = "i", expr = true },
|
||||
i_cr = { "<cr>", { "cmp_accept", "confirm" }, mode = "i", expr = true },
|
||||
i_cr = { "<cr>", { "cmp_accept", "confirm" }, mode = { "i", "n" }, expr = true },
|
||||
i_tab = { "<tab>", { "cmp_select_next", "cmp" }, mode = "i", expr = true },
|
||||
i_ctrl_w = { "<c-w>", "<c-s-w>", mode = "i", expr = true },
|
||||
i_up = { "<up>", { "hist_up" }, mode = { "i", "n" } },
|
||||
|
|
|
@ -137,7 +137,7 @@ The other options are used with `:lua Snacks.dashboard()`
|
|||
keys = {
|
||||
n_esc = { "<esc>", { "cmp_close", "cancel" }, mode = "n", expr = true },
|
||||
i_esc = { "<esc>", { "cmp_close", "stopinsert" }, mode = "i", expr = true },
|
||||
i_cr = { "<cr>", { "cmp_accept", "confirm" }, mode = "i", expr = true },
|
||||
i_cr = { "<cr>", { "cmp_accept", "confirm" }, mode = { "i", "n" }, expr = true },
|
||||
i_tab = { "<tab>", { "cmp_select_next", "cmp" }, mode = "i", expr = true },
|
||||
i_ctrl_w = { "<c-w>", "<c-s-w>", mode = "i", expr = true },
|
||||
i_up = { "<up>", { "hist_up" }, mode = { "i", "n" } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue