Skip to content

Commit 95f7a00

Browse files
committed
Add Gbl Git blame command
1 parent 2504bf3 commit 95f7a00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lua/keymaps.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ vim.api.nvim_create_autocmd('TextYankPost', {
5151
end,
5252
})
5353

54+
-- [[ User Commands ]]
55+
56+
-- ':Gbl' - Git blame
57+
vim.api.nvim_create_user_command('Gbl', 'Git blame', { nargs = 0 })
58+
5459
-- vim: ts=2 sts=2 sw=2 et

0 commit comments

Comments
 (0)