feat(nvim): map leader-F to git file log

This commit is contained in:
Michael Mandl 2025-04-11 07:52:05 +02:00
parent 642709d33d
commit bb8ac5db06
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -20,6 +20,7 @@ nnoremap("<leader>g", ":0Git<CR>")
-- vim-flog
nnoremap("<leader>G", ":Flog -all -date=relative -open-cmd=new<CR>")
nnoremap("<leader>F", ":Flog -path=% -date=relative -open-cmd=new<CR>")
-- telescope
local telescope = require("telescope.builtin")