summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-05-13 11:59:04 -0400
committerGitHub <noreply@github.com>2021-05-13 11:59:04 -0400
commit3b84345ded011b10844245139c31b60bcabef461 (patch)
tree20721b926d77cca77fd6cbc6da75d61436a73f9e /README.md
parent0c15a05080a119553da43ca3e4272795552068ff (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index c594e4d..8f724eb 100644
--- a/README.md
+++ b/README.md
@@ -65,25 +65,20 @@ sudo dnf install joshuto
## Configuration
-Place config files inside `$XDG_CONFIG_HOME/joshuto` (usually `$HOME/.config/joshuto/` for GNU/Linux).
-
-Joshuto can currently be configured using the following files:
+Check out [wiki/Configuration](https://github.com/kamiyaa/joshuto/wiki/Configuration) for details
+and [config/](config/) for examples
#### [joshuto.toml](config/joshuto.toml)
-
- general configurations
#### [keymap.toml](/config/keymap.toml)
-
- for keybindings, please take a look at [src/util/key_mapping.rs](/src/util/key_mapping.rs#L18) for non-printable keys
- for commands, please take a look at [src/commands/commands.rs](/src/commands/commands.rs#L139)
#### [mimetype.toml](/config/mimetype.toml)
-
- for opening files with applications
#### [theme.toml](/config/theme.toml)
-
- color customizations
## Contributing