telescope: add gitFiles option

Add changelog
This commit is contained in:
Judah Fuller 2025-10-21 13:55:13 +01:00 committed by Ching Pei Yang
commit 8b38d2407f
3 changed files with 6 additions and 0 deletions

View file

@ -208,6 +208,7 @@ in {
open = mkMappingOption "Open [Telescope]" "<leader>ft";
resume = mkMappingOption "Resume (previous search) [Telescope]" "<leader>fr";
gitFiles = mkMappingOption "Git files [Telescope]" "<leader>fvf";
gitCommits = mkMappingOption "Git commits [Telescope]" "<leader>fvcw";
gitBufferCommits = mkMappingOption "Git buffer commits [Telescope]" "<leader>fvcb";
gitBranches = mkMappingOption "Git branches [Telescope]" "<leader>fvb";