diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -21,7 +21,8 @@ Bundle 'reedes/vim-wordy' Bundle 'vim-scripts/vim-auto-save' Bundle 'tmhedberg/SimpylFold' Bundle 'nvie/vim-flake8' -Bundle 'francoiscabrol/ranger.vim' +"Bundle 'francoiscabrol/ranger.vim' +Bundle 'elijahdanko/lf.vim' Bundle 'junegunn/fzf' Bundle 'junegunn/fzf.vim' Bundle 'chengzeyi/fzf-preview.vim' @@ -212,7 +213,7 @@ set wildmode=list:longest,list:full set wildignore+=*.o,*.obj,.git,*.rbc,*.class,.svn,vendor/gems/* "}}} -nnoremap <leader>nt :<C-U>Ranger<CR> +nnoremap <leader>nt :<C-U>Lf<CR> " Backups ----------------------------------------------------------------------{{{ |