From b11665e169e199a22d4961e68abc2997912e62ae Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Thu, 24 Apr 2025 18:02:53 +0300 Subject: [PATCH] feat(telescope): add a bunch of new binds --- config/plugins/telescope.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/plugins/telescope.nix b/config/plugins/telescope.nix index 96c0831..663ccd0 100644 --- a/config/plugins/telescope.nix +++ b/config/plugins/telescope.nix @@ -2,10 +2,14 @@ plugins.telescope = { enable = true; keymaps = { - "g" = "live_grep"; + "b" = "buffers"; + "d" = "diagnostics"; "f" = "find_files"; + "g" = "live_grep"; "lr" = "lsp_references"; - "ld" = "diagnostics"; + "li" = "lsp_implementations"; + "ld" = "lsp_definitions"; + "lt" = "lsp_type_definitions"; }; settings = { defaults = { -- 2.44.1