refactor: change live_grep to grep for consistency

This commit is contained in:
2024-11-23 14:23:01 -05:00
parent 1fc5368cb7
commit f55f8976ce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1090,7 +1090,7 @@ M.misc = {
{ -- Grep files
lhs = '<leader>/',
rhs = function()
require('data.func').pick({ cmd = 'live_grep' })
require('data.func').pick({ cmd = 'grep' })
end,
desc = 'Grep Files',
},