https://github.com/obcat/voyager.vim
🛰 Minimal file explorer written in Vim9 script
https://github.com/obcat/voyager.vim
file-explorer vim-plugin vim9-script
Last synced: 19 days ago
JSON representation
🛰 Minimal file explorer written in Vim9 script
- Host: GitHub
- URL: https://github.com/obcat/voyager.vim
- Owner: obcat
- License: mit
- Created: 2021-01-24T10:14:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T18:50:36.000Z (over 4 years ago)
- Last Synced: 2025-09-10T19:51:59.985Z (30 days ago)
- Topics: file-explorer, vim-plugin, vim9-script
- Language: Vim script
- Homepage:
- Size: 33.2 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 🛰 voyager.vim
[](https://github.com/obcat/voyager.vim/actions?query=workflow%3Aci)
Minimal file exploror written in Vim9 script.
**LIMITATIONS**
* This plugin is written in Vim9 script, but the specification of Vim9 is not
yet stable. I guarantee this works fine on the Vim that I use, but it is also
not stable. In other words, you shouldn't use this plugin.* Currently, only for \*nix. Windows is not supported.
## Getting started
To start a file explorer, run a command that starts editing files, giving the
path to the directory you want to open.**Examples:**
* Open the current directory in the current window.
```
edit .
```* Open the parent directory of current buffer in the vertical split window.
```
vsplit %:h
```## Special thanks
Inspired by:
* **[mattn/vim-molder](https://github.com/mattn/vim-molder)**
* [cocopon/vaffle.vim](https://github.com/cocopon/vaffle.vim)
* [lambdalisue/fern.vim](https://github.com/lambdalisue/fern.vim)Thank you to the developers!
## License
MIT License.