diff --git a/home/modules/nixvim.nix b/home/modules/nixvim.nix index 33ab7a5..f2de004 100644 --- a/home/modules/nixvim.nix +++ b/home/modules/nixvim.nix @@ -317,10 +317,16 @@ } { mode = "n"; - key = "fs"; + key = "fss"; options.silent = true; action = "Telescope live_grep"; } + { + mode = "n"; + key = "fsw"; + options.silent = true; + action = "Telescope lsp_dynamic_workspace_symbols"; + } { mode = "n"; key = "fd";