diff --git a/config/nvim/lua/fschauen/plugins/telescope.lua b/config/nvim/lua/fschauen/plugins/telescope.lua index 3437556..a381a60 100644 --- a/config/nvim/lua/fschauen/plugins/telescope.lua +++ b/config/nvim/lua/fschauen/plugins/telescope.lua @@ -82,6 +82,7 @@ M.keys = { { 'fa', pickers.autocommands ' Autocommands' , desc = desc('[a]utocommands') }, { 'fb', pickers.buffers ' Buffers' , desc = desc('[b]uffers') }, { 'fc', pickers.colorscheme ' Colorschemes' , desc = desc('[c]olorschemes') }, + { 'fC', pickers.commands ' Commands' , desc = desc('[C]ommands') }, { 'fdd', pickers.diagnostics '󰀪 Document Diagnostics' , desc = desc('[d]iagnostics [d]ocument') }, { 'fdw', pickers.diagnostics '󰀪 Workspace Diagnostics', desc = desc('[d]iagnostics [w]orkspace') }, --'fe' @@ -117,7 +118,6 @@ M.keys = { { 'fz', pickers.spell_suggest '󰓆 Spelling suggestions' , desc = desc('[z] spell suggestions') }, { 'f.', pickers.dotfiles ' Dotfiles' , desc = desc('[.]dotfiles') }, { 'f:', pickers.command_history ' Command history' , desc = desc('[:]command history') }, - { 'f?', pickers.commands ' Commands' , desc = desc('commands [?]') }, { 'f/', pickers.search_history ' Search history' , desc = desc('[/]search history') }, { 'f', pickers.resume '󰐎 Resume' , desc = desc('Resume ') }, }