Feature: add the possibility to not focus tree on TabEnter when (#545)

This commit is contained in:
Matthieu ARENE
2021-08-07 10:02:03 +02:00
committed by GitHub
parent 143505b281
commit 8bb58daddb
2 changed files with 6 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ function M.tab_change()
if bufname:match("Neogit") ~= nil or bufname:match("--graph") ~= nil then
return
end
view.open()
view.open({ focus_tree = false })
end
end)
end