Skip to content

Commit

Permalink
refactor(blame): change blame directory to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Aug 8, 2022
1 parent ef8ca21 commit da9b0ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lua/plugins/which-key.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ local normal_mode_mappings = {
name = "Git",
a = { '<cmd>!git add %:p<CR>', 'add current' },
A = { '<cmd>!git add .<CR>', 'add all' },
b = { '<cmd>lua require("blame").open()<CR>', 'blame' },
b = { '<cmd>lua require("internal.blame").open()<CR>', 'blame' },
B = { '<cmd>Telescope git_branches<CR>', 'branches' },
d = { '<cmd>lua require("plugins.git.diffview").toggle()<CR>', 'diff file' },
g = { '<cmd>LazyGit<CR>', 'lazygit' },
Expand Down

0 comments on commit da9b0ab

Please sign in to comment.