Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 tab

Inspired 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