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
80927949f3
commit
8a1d11ad08
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ See the example below for how to configure `snacks.nvim`.
|
|||
{ "<leader>gB", function() Snacks.gitbrowse() end, desc = "Git Browse" },
|
||||
{ "<leader>gf", function() Snacks.lazygit.log_file() end, desc = "Lazygit Current File History" },
|
||||
{ "<leader>gl", function() Snacks.lazygit.log() end, desc = "Lazygit Log (cwd)" },
|
||||
{ "<leader>cR", function() Snacks.rename.rename_file() end, desc = "Rename File" },
|
||||
{ "<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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue