diff --git a/README.md b/README.md index c58d4b4..7625e85 100644 --- a/README.md +++ b/README.md @@ -198,9 +198,9 @@ If needed, the prefix key (ctrl-t) can be remapped via configuration file. Options can be set via the configuration file first found in any of the following locations in the order listed: - - $XDG_CONFIG_HOME/tio/tiorc - - $HOME/.config/tio/tiorc - - $HOME/.tiorc + - $XDG_CONFIG_HOME/tio/config + - $HOME/.config/tio/config + - $HOME/.tioconfig The configuration file supports sub-configurations using named sections which can be activated via the command-line by name or pattern. A sub-configuration @@ -240,7 +240,7 @@ Or by pattern match: $ tio usb12 ``` -Another more elaborate configuration file example is available [here](example/tiorc). +Another more elaborate configuration file example is available [here](example/config). ## 4. Installation diff --git a/example/tiorc b/example/config similarity index 88% rename from example/tiorc rename to example/config index 78a197b..05f96c9 100644 --- a/example/tiorc +++ b/example/config @@ -2,7 +2,12 @@ # tio - https://tio.github.io # ############################### -# Example configuration file +# Example tio configuration file +# +# Place file in any of the following locations: +# $XDG_CONFIG_HOME/tio/config +# $HOME/.config/tio/config +# $HOME/.tioconfig # Defaults baudrate = 115200