Skip to content

kensyo/vim-helpkun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helpkun

A vim plugin just to open and close a help window a little bit readily.

Key Mappings

  • <Plug>(helpkun_close) closes the help window in your current tab.
  • <Plug>(helpkun_open_on_cursor) tries to open the help item on your cursor.

Usage

Map <Plug>(helpkun_close) and <Plug>(helpkun_open_on_cursor) like

nmap <Leader>ch <Plug>(helpkun_close)
nmap <Leader>oh <Plug>(helpkun_open_on_cursor)

or

command! CH execute "normal \<Plug>(helpkun_close)"
command! OH execute "normal \<Plug>(helpkun_open_on_cursor)"

.

LICENSE

MIT

About

Just open and close a vim help window.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published