Skip to content

A vim plugin which uses ranger to explore your filesystem and to open files and directories.

Notifications You must be signed in to change notification settings

longkey1/vim-ranger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

vim-ranger

Configuration

  • Set ranger executable path: let g:ranger_executable = 'ranger'
  • Custom command to run when ranger exits: let g:ranger_on_exit = ''
  • Command used to open files: let g:ranger_open_mode = 'tabe'

Requirement

ranger >= 1.5.1

Notes

This plugin is forked from https://github.com/Mizuchi/vim-ranger

There are main differences.

  1. Behavior when not reading or not opening a file or directory.

About

A vim plugin which uses ranger to explore your filesystem and to open files and directories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%