Closed Chocrates closed 3 years ago
👋 Hi All,
When I toggle Vista with two vertical splits, the vista panel always opens on the far right. Is there a way to get Vista to open in the current split rather than the far right always?
You can use let g:vista_sidebar_open_cmd = '30vsplit' now.
let g:vista_sidebar_open_cmd = '30vsplit'
wow thank you so much @liuchengxu! Edit: For future searchers, the final config I used let g:vista_sidebar_open_cmd = 'rightbelow30vsplit'
let g:vista_sidebar_open_cmd = 'rightbelow30vsplit'
👋 Hi All,
When I toggle Vista with two vertical splits, the vista panel always opens on the far right. Is there a way to get Vista to open in the current split rather than the far right always?