1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/config/plugins_before/vimfiler.vim
2018-03-03 16:28:16 +08:00

7 lines
140 B
VimL

function! s:open_vimfiler() abort
silent VimFiler
doautocmd WinEnter
endfunction
nnoremap <silent> <F3> :call <SID>open_vimfiler()<CR>