home: vim: add 'telescope' grep mappings

This commit is contained in:
Bruno BELANYI 2022-03-07 13:10:56 +01:00
parent 16fc677509
commit 1be9eb517b

View file

@ -8,6 +8,8 @@ local keys = {
b = { telescope_builtin.buffers, "Open buffers" },
f = { telescope_builtin.git_files, "Git tracked files" },
F = { telescope_builtin.find_files, "Files" },
g = { telescope_builtin.live_grep, "Grep string" },
G = { telescope_builtin.grep_string, "Grep string under cursor" },
},
}