habamax / .vim

Personal .vim
69 stars 4 forks source link

Keep track of vim startup folder #7

Closed tmpm697 closed 1 year ago

tmpm697 commented 1 year ago

Also tried with:

augroup myVimEnter | au!
    au VimEnter * nnoremap <space>fr <scriptcmd>fuzzy.File(fnamemodify(getcwd(), ":~"))<CR>
augroup END

but still not work, space e = space fr still.