" See: ../autoload/maxmellon/dirvish.vim " See: https://github.com/MaxMEllon/.vim/blob/master/ftplugin/dirvish.vim command! -nargs=? Touch call maxmellon#dirvish#touch() command! -nargs=? Mkdir call maxmellon#dirvish#mkdir() command! -nargs=* Mv call maxmellon#dirvish#mv() command! -nargs=* Rm call maxmellon#dirvish#rm() command! Cdu call maxmellon#dirvish#cdgitroot() nnoremap mv :Mv nnoremap rm :Rm lcd %:h