this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gb to toggle current line blame

+1
+1
nvim/lua/config/keys.lua
··· 122 122 { "<leader>GD", ":DiffviewOpen ", desc = "Diff provided ref" }, 123 123 { "<leader>gh", "<cmd>DiffviewFileHistory %<cr>", desc = "File history" }, 124 124 { "<leader>gH", "<cmd>DiffviewFileHistory<cr>", desc = "Git history" }, 125 + { "<leader>gb", "<cmd>Gitsigns toggle_current_line_blame<cr>", desc = "Git history" }, 125 126 { 126 127 "<leader>gl", 127 128 '<cmd>lua require("gitlinker").get_buf_range_url("n", {action_callback = require("gitlinker.actions").copy_to_clipboard})<cr>',