cocopon / vaffle.vim

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

Open in split windows #50

Open jack6000 opened 4 years ago

jack6000 commented 4 years ago

Currently, only selected files can be opened in split window with these 2 functions: <Plug>(vaffle-open-selected-split) <Plug>(vaffle-open-selected-vsplit)

It would be cool to have 2 more functions to open current file in split window too: <Plug>(vaffle-open-current-split) <Plug>(vaffle-open-current-vsplit)