saccarosium / vim-netrw-salad

A delicious salad to go with your beloved netrw.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netrw Salad

The goal of this plugin is to be as unintrusive as possible to the default netrw experience. While trying to make some modification to improve usability.

Features

  • More sensible defaults
  • Press - to open directory listing where the current file is located
  • Quickly navigate between files and directories using hjkl
  • When deleting or rename a file the associated buffer will be deleted

Installation

vim-plug

vim9script:

plug#begin()
Plug 'saccarosium/vim-netrw-salad'
plug#end()

legacy vimscript:

call plug#begin()
Plug 'saccarosium/vim-netrw-salad'
call plug#end()
minpac

vim9script:

minpac#add('saccarosium/vim-netrw-salad')

legacy vimscript:

call minpac#add('saccarosium/vim-netrw-salad')
built-in
mkdir -p $HOME/.vim/pack/packs/start
cd $HOME/.vim/pack/packs/start
git clone https://github.com/saccarosium/vim-netrw-salad

Documentation

See doc/netrw-salad.txt

About

A delicious salad to go with your beloved netrw.

License:MIT License


Languages

Language:Vim Script 100.0%