DragonFly On-Line Manual Pages

Search: Section:  


VIMCAT(1)              DragonFly General Commands Manual             VIMCAT(1)

NAME

vimcat - vim based syntax highlighter

SYNOPSIS

vimcat some_file

DESCRIPTION

cat's a file to stdout, syntax-highlighting it using vim as a backend. On GitHub: <http://github.com/rkitover/vimpager> To use a different vimrc with vimcat, put your settings into a ~/.vimcatrc. To disable loading plugins, put "set noloadplugins" into a ~/.vimcatrc file.

COMMAND LINE OPTIONS

-c cmd Run a vim command after opening the file. Multiple -c arguments are supported. --cmd cmd Run a vim command when entering vim before anything else. Multiple --cmd arguments are supported. -u vimrc Use an alternate .vimrc or .vimcatrc.

AUTHORS

Abdo Roig-Maranges <abdo.roig@gmail.com>. vimcat user manual April 29, 2015 VIMCAT(1)

Search: Section: