This commit is contained in:
Bryan Ramos 2026-05-07 10:56:03 -04:00
parent 978f17aa64
commit 9c3cbbfbbf

6
vimrc
View file

@ -107,7 +107,13 @@ function! NetrwToggle()
endif
endfor
let g:netrw_return_win = winnr()
if exists(':Lexplore') == 2
Lexplore
elseif exists(':Vexplore') == 2
execute 'topleft ' . g:netrw_winsize . 'Vexplore'
else
Explore
endif
endfunction
function! SafeWincmd(dir)