Skip to content

ngoonee/ranger.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ranger.vim

This is a simple plugin to be able to load files using the ranger file chooser.

Limitations

This plugin currently only works in terminal Vim. If anyone makes it work in gvim/macvim then pull requests would be much appreciated.

Installation

Installation is like with any other vim plugin. Using a plugin manager is the easiest way. Personally I use neobundle

Neobundle 'koreyconway/ranger.vim'

Configuration

This plugin has no configuration required. It comes with no pre-defined key-mappings, letting it to the user to decice what they want. A suggestion is given below.

nnoremap <leader>r :Ranger<cr>

Usage

:Ranger

Acknowledgements

Thanks to hut for his work on creating ranger. The original code used in this plugin is taken from the [example in his repository] (https://github.com/hut/ranger/blob/master/doc/examples/vim_file_chooser.vim).

About

Launch ranger file chooser from Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published