more minor stuff

This commit is contained in:
Alexander Gehrke 2023-09-08 12:14:51 +02:00
parent 41d779e3c7
commit 9bffccefba
4 changed files with 39 additions and 28 deletions

View file

@ -20,6 +20,7 @@ return {
{ ',gs', builtin.git_status, desc = "Git status" },
{ ',s', builtin.lsp_dynamic_workspace_symbols, desc = "Symbols" },
{ 'g/', builtin.live_grep, desc = "Live grep" },
{ 'g:', builtin.command_history, desc = "Command history" },
{ '<C-/>', builtin.current_buffer_fuzzy_find, desc = "Fuzzy find" },
{ '<leader>*', builtin.grep_string, desc = "Find at cursor" },
{ 'gb', builtin.buffers, desc = "Switch buffer" },