Skip to content

🛰 Minimal file explorer written in Vim9 script

License

Notifications You must be signed in to change notification settings

obcat/voyager.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛰 voyager.vim

CI

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:

Thank you to the developers!

License

MIT License.

About

🛰 Minimal file explorer written in Vim9 script

Topics

Resources

License

Stars

Watchers

Forks