diff options
author | Rory Bradford <roryrjb@gmail.com> | 2020-10-10 10:22:39 +0100 |
---|---|---|
committer | Rory Bradford <roryrjb@gmail.com> | 2020-10-10 10:22:39 +0100 |
commit | a40bd8adb20715582813fb8399dd37e4efee9b37 (patch) | |
tree | b24cb66671e5540f1ab28fc5497c3eb0bf0cada7 /rfconfig.5.scd | |
parent | 1c5aba7f1b2a53cdcaf896df118f3c7b42c0251c (diff) | |
download | rf-a40bd8adb20715582813fb8399dd37e4efee9b37.tar.gz |
Improve Vim integration
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'rfconfig.5.scd')
-rw-r--r-- | rfconfig.5.scd | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/rfconfig.5.scd b/rfconfig.5.scd new file mode 100644 index 0000000..64d021c --- /dev/null +++ b/rfconfig.5.scd @@ -0,0 +1,43 @@ +rfconfig(5) + +# NAME + +rfconfig - configure rf behaviour + +# SYNOPSIS + +$XDG_CONFIG_HOME/rf/config + +# DESCRIPTION + +An *rfconfig* file is used to override default behaviour and configure options. + +# FORMAT + +The config file format is very simple. Comments are only available for a whole +line and start with #. Any lines that begin with a space are ignored. +Each valid config line consists of a key value pair with the key and value +separated by an = character and optionally a single space either side. +Additional spaces will become part of either the key and/or value. + +# OPTIONS + +*symlinks* + Read symlinks (value: "true" or "false") + +*wholename* + Match whole path (value "true" or "false") + +*limit* + Limit amount of results (value: a positive integer) + +*wildcard* + Define a custom wildcard character, used in place of \* + (value: a single ascii character) + +*unmatched error* + Exit with non-zero exit code if there were no matches + +# COPYRIGHT + +Copyright © 2019 - 2021 Rory Bradford <roryrjb@gmail.com>. |