added command history to snacks

This commit is contained in:
2025-08-08 13:53:57 +02:00
parent 897c759a35
commit 48ca24b6d4

View File

@@ -103,8 +103,8 @@ return {
-- { '<leader>s/', function() Snacks.picker.search_history() end, desc = "Search History" },
-- { "<leader>sa", function() Snacks.picker.autocmds() end, desc = "Autocmds" },
-- { "<leader>sb", function() Snacks.picker.lines() end, desc = "Buffer Lines" },
-- { "<leader>sc", function() Snacks.picker.command_history() end, desc = "Command History" },
-- { "<leader>sC", function() Snacks.picker.commands() end, desc = "Commands" },
{ '<leader>sc', function() Snacks.picker.command_history() end, desc = 'Command History' },
{ '<leader>sC', function() Snacks.picker.commands() end, desc = 'Commands' },
{ '<leader>v', function() Snacks.picker.diagnostics() end, desc = 'Diagnostics' },
{ '<space>V', function() Snacks.picker.diagnostics_buffer() end, desc = 'Buffer Diagnostics' },
{ '<leader>sh', function() Snacks.picker.help() end, desc = 'Help Pages' },