From f44fd24bb87f2bc615d81dc40017fcdca3462a76 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Tue, 31 Oct 2023 10:40:03 +0530 Subject: nvim: keymaps: use Ripgrep instead of the_silver_searcher Signed-off-by: Brahmajit Das --- lua/core/keymaps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/core/keymaps.lua b/lua/core/keymaps.lua index c5bc42e..1305224 100644 --- a/lua/core/keymaps.lua +++ b/lua/core/keymaps.lua @@ -39,7 +39,7 @@ map('t', 'C-w', '') map('n', 'B', ':Buffers') -- FZF show open buffers map('n', 'F', ':Files') -- FZF show files -map('n', 'A', ':Ag') -- FZF call the the_silver_searcher +map('n', 'A', ':Rg') -- FZF call ripgrep map('n', 'C', ':Commits') -- FZF show git commits map('n', 'M', ':Maps') -- FZF show normal mode mappings -- cgit v1.2.3