Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psychollama/navitron.nvim
A modern take on netrw.
https://github.com/psychollama/navitron.nvim
directory-traversal fzf navigation netrw vim-plugin
Last synced: 2 months ago
JSON representation
A modern take on netrw.
- Host: GitHub
- URL: https://github.com/psychollama/navitron.nvim
- Owner: PsychoLlama
- License: mit
- Created: 2019-08-06T04:06:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T18:45:07.000Z (9 months ago)
- Last Synced: 2024-10-03T20:41:35.362Z (3 months ago)
- Topics: directory-traversal, fzf, navigation, netrw, vim-plugin
- Language: Lua
- Homepage:
- Size: 55.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# navitron.nvim
A better file browser for neovim.
:construction: Work in Progress :construction:
## Usage
This replaces netrw as the built-in file explorer. After installing the plugin, run:
```lua
require('navitron').setup {}
```Now every directory will be loaded with navitron.
## Features
- Buffer-oriented file browsing, like netrw.
- Vim-inspired keybindings for file management (`dd` deletes a file or directory, `hjkl` navigates,
`r` renames).
- Integrates with [skim](https://github.com/lotabout/skim) and [fzf](https://github.com/junegunn/fzf) (`f`/`t`) for fuzzy finding.## Future
- Expose callback to override the fuzzy finders
- Add file/directory permission management.
- Bulk deletion (visual mode).