Comment on Vim Splits – Move Faster and More NaturallyparentComments−micampe13yI use: map <leader>e :e <C-r>=expand("%:p:h") . "/" <cr> you can make one that splits: map <leader>v :vs <C-r>=expand("%:p:h") . "/" <cr>
Comments
I use:
you can make one that splits: