From dea7a63999b920b8e5718c48578d22cfe51b3929 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Wed, 11 Jun 2025 19:21:39 +0530 Subject: plugin: keymaps: use RG instead of rg Relaunch ripgrep on every keystroke Signed-off-by: Brahmajit Das --- plugin/keymaps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/keymaps.lua b/plugin/keymaps.lua index 0389aef..ec8e436 100644 --- a/plugin/keymaps.lua +++ b/plugin/keymaps.lua @@ -36,7 +36,7 @@ map('t', 'C-w', '') map('n', 'B', ':Buffers') -- FZF show open buffers map('n', 'F', ':Files') -- FZF show files -map('n', 'A', ':Rg') -- FZF call ripgrep +map('n', 'A', ':RG') -- FZF call ripgrep, relaunch ripgrep on every keystroke map('n', 'C', ':Commits') -- FZF show git commits map('n', 'M', ':Maps') -- FZF show normal mode mappings -- cgit v1.2.3