summaryrefslogtreecommitdiff
path: root/vis.1
AgeCommit message (Collapse)Author
2016-12-08Move manual pages to man/ subfolderMarc André Tanner
2016-12-05man: improve vis manual pageMarc André Tanner
2016-12-02man: improve formatting and fix warningsMarc André Tanner
2016-12-01man: first steps towards a proper manual pageMarc André Tanner
2016-10-15vis.1: Added spacing as in manpages.bsd.lvjosuah
2016-10-15Manual: Cleanup, and real "KEY BINDINGS" sectionjosuah
2016-10-12Pulled content from the README into the man pagejosuah
2016-03-21vis: also lookup Lua support files relative to the binary locationMarc André Tanner
This simplifies deployment of vis on remote systems without root access. The idea is to extract a statically linked binary together with the lexer syntax files into some directory, adjust $PATH to include it and have everything just work. For now this uses /proc/self/exe and thus only works on Linux based systems.
2016-01-18Fix default $VIS_PATH in man pageMarc André Tanner
2015-11-08Tweak manual pageMarc André Tanner
2015-05-07Add '--' as end of optionsMatias Linares
Now it works properly, `vis -- -v` edit a file named `-v`. Also added the proper info to the man page.
2014-10-24Add option to execute commands on startup via +{cmd}Marc André Tanner
The following should work: vis +10 vis +/pattern vis +?pattern vis +'set tabwidth 2'
2014-09-14Add a dummy man page inorder to fix make installMarc André Tanner