|
NAMEvitrc - Configuration file for the vit(1) commandSYNOPSIS$HOME/.vitrcDESCRIPTIONVIT obtains its configuration data from a file called .vitrc . This file must be located in the user's home directory.Except for comments (lines starting with "#"), currently the only acceptable commands in .vitrc are map commands. They take the form map <KEY>=<KEY-SEQUENCE>
where:
and <KEY-SEQUENCE> is a sequence of <KEY>s to emulate. The result should be the same as if these keys were pressed manually by the user. <KEY-CODE>s are strings that represent keys. The following
may be used:
Navigation keys: <Home> <End> <PageUp> <PageDown> <Up> <Down> <Right> <Left> Editing keys: <Insert> <Del> <Backspace> <Space> <Tab> <Return> Modifier combinations: \ca for Ctrl + "a" combination. EXAMPLESEXTERNAL COMMANDSNote that for many of the examples, you need to have the appropriate extension installed and in your PATH. Recall that after :! a 'w' means that VIT should "wait". This allows another command to take over (e.g. Vim when you're editing a task) and for you to see the output of a command. After :! a 'r' means that VIT should reread your list of tasks. This should be used when your external command changes the task data.
INTERNAL COMMANDS
CREDITS & COPYRIGHTSCopyright (C) 2012 - 2013, Steve RaderCopyright (C) 2013 - 2014, Scott Kostyshak VIT is distributed under GNU General Public License version 3 or (at your option) any later version. See http://www.gnu.org/licenses/ for more information. SEE ALSOvit(1) taskrc(1)For more information regarding VIT, see the following:
REPORTING BUGS
Visit the GSP FreeBSD Man Page Interface. |