1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 17:15:46 +08:00

perf(git): use b# to jump to previous buf

This commit is contained in:
Eric Wong 2024-03-09 00:01:38 +08:00
parent 166c277645
commit 5796b28ecf

@ -24,7 +24,7 @@ local function close_log_win()
return return
end end
local ok = pcall(function() local ok = pcall(function()
vim.cmd('bp') vim.cmd('b#')
end) end)
if not ok then if not ok then