# nvim-e **Repository Path**: mirrors_stefanpenner/nvim-e ## Basic Information - **Project Name**: nvim-e - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-25 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nvim-e Quick commandline tool to open a file from neovims `:terminal` into the parent neovim process rather then opening a sub-process neovim Usage: ### with volta (recommended) ```sh volta install nvim-e ``` ### with npm ```sh npm i -g nvim-e ``` ### with yarn ```sh yarn global add nvim-e ``` then when in a neovim's `:terminal` type: ```sh nvim-e file-1 file-2 ... file-n ``` And one or more files will be opened in the parent vim process