cocopon / vaffle.vim

:file_folder: Lightweight, window-based file manager for Vim
MIT License
284 stars 20 forks source link

Relative view to current buffer #46

Closed vimtor closed 4 years ago

vimtor commented 4 years ago

Is it possible to view the current directory when opening :Vaffle like vim-vinegar or vim-dirvish?

I've tried (unsuccessfully):

let g:vaffle_auto_cd = 1

Btw fantastic plugin, great work and thanks :heart:

vimtor commented 4 years ago

I've just figured out that I could do `:Vaffle %e' as a shortcut.