diff --git a/.config/nvim/lua/plugins/extras/editor/carbon-now.lua b/.config/nvim/lua/plugins/extras/editor/carbon-now.lua index b3f5dc6a..f382ca53 100644 --- a/.config/nvim/lua/plugins/extras/editor/carbon-now.lua +++ b/.config/nvim/lua/plugins/extras/editor/carbon-now.lua @@ -1,7 +1,4 @@ return { "kristijanhusak/vim-carbon-now-sh", - cmd = { "CarbonNowSh" }, - keys = { - { "cS", ":CarbonNowSh", mode = { "n", "v" }, desc = "Screenshot Code", silent = true }, - }, + cmd = "CarbonNowSh", } diff --git a/.config/nvim/lua/plugins/extras/lazyvim/telescope.lua b/.config/nvim/lua/plugins/extras/lazyvim/telescope.lua index a14de425..c496d6e0 100644 --- a/.config/nvim/lua/plugins/extras/lazyvim/telescope.lua +++ b/.config/nvim/lua/plugins/extras/lazyvim/telescope.lua @@ -46,7 +46,7 @@ return { { "gf", "Telescope git_bcommits", desc = "File History" }, { "gS", "Telescope git_stash", desc = "Stash" }, { "gb", "Telescope git_branches", desc = "Branches" }, - { "cs", "Telescope spell_suggest", desc = "Spelling" }, + { "S", "Telescope spell_suggest", desc = "Spelling" }, }, opts = { defaults = {