Vim manpager doesn't support escape sequence #70
Labels
No labels
bug
documentation
duplicate
enhancement
help wanted
invalid
maintenance
obsolete
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
yestax/setup#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using vim as a manpager it doesn't interprete some escape sequences on debian trixie.
This can be disabled telling grotty (see man grotty) using GROFF_NO_SGR=1
Export it in the vim manpager bash options
see :h man to use :Man
Then K can be remapped to use this instead of external man command. Or \K can be used
Interesting issue https://github.com/vim/vim/issues/2823
Solved by #101