diff --git a/README.md b/README.md index 95b786d6..4c1287c1 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ See the example below for how to configure `snacks.nvim`. { "gB", function() Snacks.gitbrowse() end, desc = "Git Browse" }, { "gf", function() Snacks.lazygit.log_file() end, desc = "Lazygit Current File History" }, { "gl", function() Snacks.lazygit.log() end, desc = "Lazygit Log (cwd)" }, - { "cR", function() Snacks.rename.rename_file() end, desc = "Rename File" }, + { "cR", function() Snacks.rename() end, desc = "Rename File" }, { "", function() Snacks.terminal() end, desc = "Toggle Terminal" }, { "", function() Snacks.terminal() end, desc = "which_key_ignore" }, { "]]", function() Snacks.words.jump(vim.v.count1) end, desc = "Next Reference" },