File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
modules/plugins/utility/telescope Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 510510
511511- Add inline typst concealing support under ` vim.languages.typst ` using
512512 [ typst-concealer] .
513+
514+ [ JudahZF] ( https://github.com/JudahZF ) :
515+
516+ - Added gitFiles mapping option to telescope
Original file line number Diff line number Diff line change 4949 ( mkKeymap "n" keys . open "<cmd>Telescope<CR>" { desc = mappings . open . description ; } )
5050 ( mkKeymap "n" keys . resume "<cmd>Telescope resume<CR>" { desc = mappings . resume . description ; } )
5151
52+ ( mkKeymap "n" keys . gitFiles "<cmd>Telescope git_files<CR>" { desc = mappings . gitFiles . description ; } )
5253 ( mkKeymap "n" keys . gitCommits "<cmd>Telescope git_commits<CR>" { desc = mappings . gitCommits . description ; } )
5354 ( mkKeymap "n" keys . gitBufferCommits "<cmd>Telescope git_bcommits<CR>" { desc = mappings . gitBufferCommits . description ; } )
5455 ( mkKeymap "n" keys . gitBranches "<cmd>Telescope git_branches<CR>" { desc = mappings . gitBranches . description ; } )
Original file line number Diff line number Diff line change 208208 open = mkMappingOption "Open [Telescope]" "<leader>ft" ;
209209 resume = mkMappingOption "Resume (previous search) [Telescope]" "<leader>fr" ;
210210
211+ gitFiles = mkMappingOption "Git files [Telescope]" "<leader>fvf" ;
211212 gitCommits = mkMappingOption "Git commits [Telescope]" "<leader>fvcw" ;
212213 gitBufferCommits = mkMappingOption "Git buffer commits [Telescope]" "<leader>fvcb" ;
213214 gitBranches = mkMappingOption "Git branches [Telescope]" "<leader>fvb" ;
You can’t perform that action at this time.
0 commit comments