https://github.com/lambdalisue/vim-guise
🎠Guise is a Vim/Neovim plugin that opens a new tab page rather than invokes a new nested instance when a user tried to open a new Vim/Neovim through a job or terminal on the instance.
https://github.com/lambdalisue/vim-guise
editor neovim vim vim-denops
Last synced: 11 months ago
JSON representation
🎠Guise is a Vim/Neovim plugin that opens a new tab page rather than invokes a new nested instance when a user tried to open a new Vim/Neovim through a job or terminal on the instance.
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-guise
- Owner: lambdalisue
- License: mit
- Created: 2021-08-23T09:38:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T00:13:45.000Z (almost 2 years ago)
- Last Synced: 2025-06-24T04:42:03.916Z (12 months ago)
- Topics: editor, neovim, vim, vim-denops
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 91
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎠guise.vim
[](https://github.com/denoland/deno/tree/v1.17.1)
[](https://github.com/vim/vim/tree/v8.2.3452)
[](https://github.com/neovim/neovim/tree/v0.6.0)
[](LICENSE)
[](doc/guise.txt)
[](https://github.com/lambdalisue/guise.vim/actions/workflows/test.yml)
Guise (guise.vim) is a Vim/Neovim plugin that opens a new tab page rather than
invokes a new nested instance when a user tried to open a new Vim/Neovim through
a job or terminal on the instance.


## Requirements
- [denops.vim](https://github.com/vim-denops/denops.vim)
## Similar projects
- [lambdalisue/askpass.vim](https://github.com/lambdalisue/askpass.vim)
- [thinca/vim-singleton](https://github.com/thinca/vim-singleton)
- [lambdalisue/edita.vim](https://github.com/lambdalisue/edita.vim)
- [mhinz/neovim-remote](https://github.com/mhinz/neovim-remote)
- [kyoh86/vim-editerm](https://github.com/kyoh86/vim-editerm)
- https://qiita.com/tennashi/items/a1a7a08ceb69d2768158
## License
The code in this repository follows MIT license, texted in [LICENSE](./LICENSE).
Contributors need to agree that any modifications sent in this repository follow
the license.