home: vim: add 'telescope' grep mappings
This commit is contained in:
parent
16fc677509
commit
1be9eb517b
|
@ -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" },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue