From 5c182e50534b02ab6d0ff3960cc9452e874177cb Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 1 Apr 2024 17:49:54 +0200 Subject: [PATCH] =?UTF-8?q?tweak=20telescope=20keybinds=20(thanks=20Rafa?= =?UTF-8?q?=C5=82)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/tui/neovim.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/tui/neovim.nix b/modules/tui/neovim.nix index 9be4870d4..21a28f642 100644 --- a/modules/tui/neovim.nix +++ b/modules/tui/neovim.nix @@ -231,7 +231,8 @@ in { enable = true; keymaps = { "ff" = "find_files"; - "fg" = "live_grep"; + "fg" = "git_files"; + "fs" = "live_grep"; "fb" = "buffers"; "fh" = "help_tags"; };