Git Product home page Git Product logo

neoranger's Introduction

Neoranger

Introduction

Neoranger is a simple ranger wrapper script for neovim. It's inspired by Drew Neil's thoughs on project drawers. It's like vinegar or filebeagle, but with ranger as the interface.

Neoranger opens a terminal with ranger in the current window. It sets ranger's viewmode to multipane, making it easy to use in narrow windows. You can select and open multiple files.

The wrapper script ensures that split windows don't break when the terminal window is closed, by restoring the previous buffer in the current window.

Note that neoranger replaces netrw.

Usage

Neoranger provides two commands, :Ranger and :RangerCurrentFile.

:Ranger accepts an optional directory and file argument. If no arguments are provided it opens ranger in the current working directory.

:RangerCurrentFile opens ranger and selects the currently open file.

Mappings

Neoranger doesn't add any mappings by default. The following mappings makes neoranger behave like vinegar or filebeagle:

" Open ranger at current file with "-"
nnoremap <silent> - :RangerCurrentFile<CR>

" Open ranger in current working directory
nnoremap <silent> <Leader>r :Ranger<CR>

Options

Neoranger has the following options:

" for setting ranger viewmode values
let g:neoranger_viewmode='multipane' " supported values are ['multipane', 'miller']

" for setting any extra option passed to ranger params
let g:neoranger_opts='--cmd="set show_hidden true"' " this line makes ranger show hidden files by default

neoranger's People

Contributors

lokaltog avatar vhoyer avatar natemaia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.