Skip to content

Instantly share code, notes, and snippets.

@akira093
Created October 12, 2012 02:52
Show Gist options
  • Save akira093/3877039 to your computer and use it in GitHub Desktop.
Save akira093/3877039 to your computer and use it in GitHub Desktop.
NeoBundle 'Shougo/vimfiler'
nnoremap <silent> fv :VimFiler<cr>
let g:vimfiler_as_default_explorer=1
let g:vimfiler_execute_file_list={}
let g:vimfiler_execute_file_list["_"]="vim"
let g:vimfiler_edit_action="vsplit"
let g:vimfiler_directory_display_top=1
let g:vimfiler_safe_mode_by_default=0
let g:vimfiler_enable_auto_cd=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment