Skip to content

Commit

Permalink
fix(telescope): sf git_files and sF find_files
Browse files Browse the repository at this point in the history
  • Loading branch information
realeinherjar committed Sep 6, 2023
1 parent 1f178b8 commit 250ce3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ require("lazy").setup({
desc = "[/] Fuzzily search in current buffer]",
},

{ "<leader>sf", "<CMD>Telescope find_files<CR>", desc = "[F]iles" },
{ "<leader>sf", "<CMD>Telescope git_files<CR>", desc = "[F]iles" },
{ "<leader>sF", "<CMD>Telescope find_files<CR>", desc = "[F]iles All" },
{ "<leader>sh", "<CMD>Telescope help_tags<CR>", desc = "[H]elp" },
{ "<leader>sw", "<CMD>Telescope grep_string<CR>", desc = "Current [W]ord" },
{ "<leader>sg", "<CMD>Telescope live_grep<CR>", desc = "[G]rep" },
Expand Down

0 comments on commit 250ce3c

Please sign in to comment.