freebsd-ports/sysutils/vimpager/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
373 B
Text

Vimpager uses the power of Vim to provide a powerful pager.
It runs Vim (or NeoVim, or even GVim) and acts as a frontend,
allowing for full Vim syntax highlighting, navigation, and
configurability.
To make Vimpager look for anything other than `vim', set
VIMPAGER_VIM=nvim or VIMPAGER_VIM=gvim.
To set Vimpager as your default pager, export PAGER=vimpager
in your shell.