Skip to content

d10n/vim-toggle-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-toggle-help

Toggle the vim help window on and off, like the Quake console.

Plug 'd10n/vim-toggle-help'

Press <F1> to toggle, or make your own maps:

nmap <C-_> <Plug>(toggle-help-n)
imap <C-_> <Plug>(toggle-help-i)
vmap <C-_> <Plug>(toggle-help-v)

Caveats

  • The help tag stack can't be restored
  • Multiple help windows in a single tab are unsupported

About

Toggle the help window in vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published