From a3161461c578d97917c9c5b8962ff30d43aee2cd Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Mon, 2 Mar 2026 15:40:29 +0100 Subject: change fG hotkey fo livegrep --- nvim/lua/config/fzf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/lua') diff --git a/nvim/lua/config/fzf.lua b/nvim/lua/config/fzf.lua index 4b4adb1..1a58813 100644 --- a/nvim/lua/config/fzf.lua +++ b/nvim/lua/config/fzf.lua @@ -35,7 +35,7 @@ local opts = { silent = true } vim.keymap.set('n', 'ff', ':FzfLua files', { silent = true, desc = 'Fzf: Files' }) vim.keymap.set('n', 'fF', ':Ex:FzfLua files cwd=%', { silent = true, desc = 'Fzf: Files in this dir' }) vim.keymap.set('n', 'fg', ':FzfLua grep', { silent = true, desc = 'Fzf: Grep' }) -vim.keymap.set('n', 'fG', ':Ex:FzfLua grep cwd=%', { silent = true, desc = 'Fzf: Grep in this dir' }) +vim.keymap.set('n', 'fG', ':FzfLua live_grep', { silent = true, desc = 'Fzf: Live Grep' }) vim.keymap.set('n', 'fs', ':FzfLua git_status', { silent = true, desc = 'Fzf: git status' }) vim.keymap.set('n', 'fls', ':FzfLua lsp_workspace_symbols', { silent = true, desc = 'Fzf: LSP Symbols' }) vim.keymap.set('n', 'flr', ':FzfLua lsp_references', { silent = true, desc = 'Fzf: LSP - References' }) -- cgit v1.3.1