mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
perf(git): use b#
to jump to previous buf
This commit is contained in:
parent
166c277645
commit
5796b28ecf
@ -24,7 +24,7 @@ local function close_log_win()
|
||||
return
|
||||
end
|
||||
local ok = pcall(function()
|
||||
vim.cmd('bp')
|
||||
vim.cmd('b#')
|
||||
end)
|
||||
|
||||
if not ok then
|
||||
|
Loading…
Reference in New Issue
Block a user