We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b326e13 commit 7037215Copy full SHA for 7037215
autoload/man.vim
@@ -37,6 +37,7 @@ function! man#get_page(split_type, ...)
37
call s:get_new_or_existing_man_window(a:split_type)
38
call man#helpers#set_manpage_buffer_name(page, sect)
39
call man#helpers#load_manpage_text(page, sect)
40
+ execute "nnoremap <buffer><silent> R :call man#helpers#load_manpage_text('".page."','".sect."')<CR>"
41
endfunction
42
43
function! s:manpage_exists(sect, page)
doc/man.txt
@@ -91,6 +91,9 @@ CTRL-] Jump to man page for a word under cursor (all the
91
*man-K*
92
K Same as |man-CTRL-]|.
93
94
+ *man-R*
95
+R Redraw the man page, useful after vertical resize.
96
+
97
*man-CTRL-T*
98
CTRL-T Jump back to the previous man page.
99
0 commit comments