Hacker News new | ask | show | jobs
by micampe 4810 days ago
I 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>