Vim command to visualise man pages while editing #71

Closed
opened 2026-05-06 18:34:38 +02:00 by yestax · 2 comments
Owner

:!pandoc --standalone --to man % | man -l -

nnoremap m :!pandoc --standalone --to man % | man -l -

:!pandoc --standalone --to man % | man -l - nnoremap <leader>m :!pandoc --standalone --to man % \| man -l -<CR>
Author
Owner

nnoremap m :!pandoc --standalone --to man % | man -l -

nnoremap <leader>m :!pandoc --standalone --to man % \| man -l -<CR>
yestax added this to the Setup v1.3.X milestone 2026-06-05 11:41:27 +02:00
Author
Owner

Solved by #101

Solved by #101
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
yestax/setup#71
No description provided.