feat(nvim): map leader-F to git file log
This commit is contained in:
parent
642709d33d
commit
bb8ac5db06
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue