Skip to content

saccarosium/vim-netrw-salad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published