Feature: add the possibility to not focus tree on TabEnter when (#545)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user