diff --git a/src/configure.md b/src/configure.md index 2553e29..9a3244d 100644 --- a/src/configure.md +++ b/src/configure.md @@ -3,7 +3,8 @@ __iamb__ is configurable via a TOML configuration file located in the configuration directory. By default, the configuration directory is determined by [dirs::config_dir], but you can override it at startup with the `-C` -command-line flag. +command-line flag. An example config can be found in the root of the repo +[here](https://github.com/ulyssa/iamb/blob/v0.0.10/config.example.toml). ## Profiles @@ -293,6 +294,14 @@ and `V` to `m` in Normal and Visual mode: "V" = "m" ``` +You can also use this to trigger commands. For example, to list all chats +when you press 'gc' in normal mode use: + +```toml +[macros.normal] +"gc" = ":chats" +``` + The available modes are: - `normal`/`n` for Normal mode