# HG changeset patch # User zegervdv # Date 1673514661 -3600 # Node ID c0395223c18fd00ccc5fe9e148af3299d1537072 # Parent cc66c8f2d548995dcfb2a26e449f1c53daaf5bee feat: add mapping to search for files diff -r cc66c8f2d548 -r c0395223c18f .chezmoitemplates/init.lua --- a/.chezmoitemplates/init.lua Thu Jan 12 10:06:00 2023 +0100 +++ b/.chezmoitemplates/init.lua Thu Jan 12 10:11:01 2023 +0100 @@ -561,6 +561,7 @@ end vim.keymap.set({ 'n' }, 'fg', function() grep_opts() end, { desc = 'Live grep prompting for options' }) + vim.keymap.set({ 'n' }, 'ff', function() fzf.files() end, { desc = 'Search for files' }) function _G.__live_grep(motion) local word = get_selected_word()