Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.29 KB

DEPRECATED

This repository has deprecated due to https://github.com/lambdalisue/guise.vim

🖊edita.vim

Version 0.0 Support Vim 8.1 or above Support Neovim 0.4 or above MIT License

An pseudo EDITOR to open a file in a working Vim/Neovim instead of a new one. It has no external dependencies.

This is in alpha stage. Anything will be drastically changed without announcement.

Usage

Open :terminal and execute applications which use $EDITOR internally. For example, git commit uses $EDITOR in default.

Note that $EDITOR includes arguments so you need to use eval to execute it directly like:

$ eval $EDITOR {filename}

Similar projects

License

The code in edita.vim follows MIT license texted in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.