mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
796d235771
commit
6b1c636ff5
1 changed files with 2 additions and 2 deletions
|
|
@ -175,8 +175,8 @@ See the example below for how to configure `snacks.nvim`.
|
|||
{ "<leader>cR", function() Snacks.rename() end, desc = "Rename File" },
|
||||
{ "<c-/>", function() Snacks.terminal() end, desc = "Toggle Terminal" },
|
||||
{ "<c-_>", function() Snacks.terminal() end, desc = "which_key_ignore" },
|
||||
{ "]]", function() Snacks.words.jump(vim.v.count1) end, desc = "Next Reference" },
|
||||
{ "[[", function() Snacks.words.jump(-vim.v.count1) end, desc = "Prev Reference" },
|
||||
{ "]]", function() Snacks.words.jump(vim.v.count1) end, desc = "Next Reference" },
|
||||
{ "[[", function() Snacks.words.jump(-vim.v.count1) end, desc = "Prev Reference" },
|
||||
{
|
||||
"<leader>N",
|
||||
desc = "Neovim News",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue