refactor(git): drop :Ghistory buffer in favor of :G! for full output
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user