refactor(git): drop :Ghistory buffer in favor of :G! for full output

This commit is contained in:
2026-05-09 00:04:44 +02:00
parent 76de90f982
commit 295803779a
4 changed files with 0 additions and 89 deletions
-4
View File
@@ -151,10 +151,6 @@ function M.init()
require("git.repo").refresh_all()
end, { desc = "Refresh git status for all repos" })
vim.api.nvim_create_user_command("Ghistory", function()
require("git.history").open()
end, { desc = "Open the git streaming output history" })
vim.api.nvim_create_user_command("Gstatus", function(opts)
require("git.status_view").open({
placement = opts.fargs[1] --[[@as ow.Git.StatusView.Placement]] or "split",