nvim: add way more keymaps

This commit is contained in:
insects 2025-04-14 17:18:44 +02:00
parent 42835e8253
commit 4726c1720a
3 changed files with 48 additions and 0 deletions

View file

@ -24,6 +24,21 @@ return {
"<cmd>Telescope current_buffer_fuzzy_find<cr>",
desc = "Search in buffer",
},
{
"<leader>cd",
"<cmd>Telescope diagnostics bufnr=0<cr>",
desc = "List diagnostics",
},
{
"<leader>sp",
"<cmd>Telescope live_grep<cr>",
desc = "Search in project",
},
{
"<leader>bb",
"<cmd>Telescope buffers<cr>",
desc = "Find buffer",
},
},
},
{