mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
[RFC] man.vim: remove <Plug> mappings (#5290)
- :Man with no arguments opens the manapage for the <cWORD> (man buffers) or <cword> (non-man buffers). - remove now irrelevent comment about -P flag
This commit is contained in:
committed by
Justin M. Keyes
parent
626065d385
commit
9bba8ba372
@@ -43,8 +43,8 @@ setlocal nolist
|
||||
setlocal nofoldenable
|
||||
|
||||
if !exists('g:no_plugin_maps') && !exists('g:no_man_maps')
|
||||
nmap <silent> <buffer> <C-]> <Plug>(man)
|
||||
nmap <silent> <buffer> K <Plug>(man)
|
||||
nmap <silent> <buffer> <C-]> :Man<CR>
|
||||
nmap <silent> <buffer> K :Man<CR>
|
||||
nnoremap <silent> <buffer> <C-T> :call man#pop_tag()<CR>
|
||||
if s:pager
|
||||
nnoremap <silent> <buffer> <nowait> q :q<CR>
|
||||
|
||||
Reference in New Issue
Block a user