Life is a lightweight file explorer, written in pure Vim9 script. It is capable of browsing and opening files, and performing basic tasks like creating, renaming, and deleting files and directories.
Use any of the available plugin managers. For example, vim-plug:
Plug 'hugovandevliert/vim-life'
Open a directory:
edit .
Use hjkl to navigate, - to go up the directory tree, and o or <CR> to open a file or directory.
For more actions, press ? to see an overview of all available commands.
This plugin is written for usage by me and those who use my dotfiles. It has only been tested on MacOS, but should work on most Unix systems.
MIT license.

