I have set "open_tabs_after_current": false
, so I dont see preview of a file when moving in Sidebar. When I click enter
and open a file(from Sidebar) focus is not moved to that file, it stays on the Sidebar. When I set "open_tabs_after_current": true
and click on a file, file is opened and focus is moved to that file.
How to focus file that I open from Sidebar when open_tabs_after_current
is set to false
; So I dont see preview of a file, but still focus it when I press enter
to open it from Sidebar.