Skip to content

Commit

Permalink
Add Git log with fugitive keymap.
Browse files Browse the repository at this point in the history
  • Loading branch information
Milton Montero committed Sep 19, 2022
1 parent bc0a830 commit 68cc8b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ nnoremap("<leader>xo", "<Cmd> !xdg-open %<CR><CR>")

-- Fugitive
nnoremap("<leader>G", ":G<CR>")
nnoremap("<leader>gh", ":Gclog<CR>")

-- Show line diagnostics
nnoremap("<leader>d", '<Cmd>lua vim.diagnostic.open_float(0, {scope = "line"})<CR>')
Expand Down

0 comments on commit 68cc8b5

Please sign in to comment.