mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Add git files telescope mapping
This commit is contained in:
parent
c5daabc8d0
commit
27a55bd17c
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ return {
|
|||
cmd = "Telescope",
|
||||
keys = {
|
||||
-- Files
|
||||
{ "<leader>fg", "<cmd>Telescope git_files<cr>", desc = "Find files with Telescope git_files" },
|
||||
{ "<leader>ff", "<cmd>Telescope find_files<cr>", desc = "Find Files" },
|
||||
{ "<leader>fr", "<cmd>Telescope oldfiles<cr>", desc = "Recent Files" },
|
||||
{ "<Space><Space>", function()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue