diff --git a/lua/gitabra/git_status.lua b/lua/gitabra/git_status.lua index d5c506c..1527508 100644 --- a/lua/gitabra/git_status.lua +++ b/lua/gitabra/git_status.lua @@ -292,7 +292,7 @@ local function setup_keybinds(bufnr) set_keymap('n', 'k', 'lua require("gitabra.git_status").prev_line()', opts) end -local status_buf_name = "gitabra:////gitabra_status" +local status_buf_name = "gitabra://gitabra_status" -- Looks through all available buffers and returns the gitabra status buffer if found -- This helps us recover the bufnr if it becomes lost. This usually happens when the