Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunacookies/vim-tabhelp
Opens vim’s `:help` in a new tab
https://github.com/lunacookies/vim-tabhelp
Last synced: about 1 month ago
JSON representation
Opens vim’s `:help` in a new tab
- Host: GitHub
- URL: https://github.com/lunacookies/vim-tabhelp
- Owner: lunacookies
- License: isc
- Created: 2018-10-08T10:09:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T09:39:50.000Z (about 6 years ago)
- Last Synced: 2024-10-22T18:25:53.458Z (3 months ago)
- Language: Vim script
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-tabhelp
This plugin does two things:
1. Opens help in a new tab so it does not disturb your current
window layout
1. Allows you to press q in files of the help filetype to delete
the buffer and close the tabInspired by [this snippet][snpt] from [junegunn][jg]’s
[dotfiles][df][snpt]: https://github.com/junegunn/dotfiles/blob/5485496191a5413b9bf073ea0660ed97ccefc53d/vimrc#L1765
[jg]: https://github.com/junegunn
[df]: https://github.com/junegunn/dotfiles