# HG changeset patch # User Meredith Howard # Date 1403938574 14400 # Node ID 4a38df9bd773171752999fbf95bfa94f45a2e00a # Parent 6fb982f177b34645da21a75cbc3ecc3e0f7c7ede Add vimfiler diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -58,6 +58,7 @@ end Plugin 'Shougo/vimproc.vim' Plugin 'Shougo/unite.vim' Plugin 'Shougo/vimshell.vim' + Plugin 'Shougo/vimfiler.vim' Plugin 'sjl/gundo.vim' Plugin 'majutsushi/tagbar' Plugin 'godlygeek/tabular' @@ -89,7 +90,7 @@ end " Key maps, mostly plugin stuff on F-keys {{{ nmap :Unite buffer -nmap :Unite file +nmap :VimFilerExplorer nmap :VimShell map :noh nmap :GundoToggle @@ -290,6 +291,10 @@ if executable('ag') let g:unite_source_grep_recursive_opt = '' endif +" > vimfiler +let g:vimfiler_as_default_explorer = 1 +autocmd FileType vimfiler nmap <2-LeftMouse> (vimfiler_edit_file) + " > Airline let g:airline#extensions#whitespace#enabled = 0