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:
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user