summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-23 22:10:04 -0500
committerGitHub <noreply@github.com>2018-12-23 22:10:04 -0500
commit7ccdf123835800468917ff868bd6e31229795184 (patch)
tree80982307557ef6e0b2f36d7023c2cb43f1d05a91 /README.md
parente900fc4125de957cd45ef22f516f7fb81fcf6b05 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index b9c2987..eaa48c7 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,15 @@ $ cargo build
## Configuration
Joshuto can currently be configured using the following files:
+
[joshuto.toml](https://github.com/kamiyaa/joshuto/blob/master/config/joshuto.toml)
- general configurations
+
[keymap.toml](https://github.com/kamiyaa/joshuto/blob/master/config/keymap.toml)
- for keybindings
- **currently causes joshuto to have no bindings when this config is missing**
- please take a look at [keymapll.rs](https://github.com/kamiyaa/joshuto/blob/master/src/joshuto/keymapll.rs) for keycodes
+
[mimetype.toml](https://github.com/kamiyaa/joshuto/blob/master/config/mimetype.toml)
- for opening files with applications
- **currently causes joshuto to be unable to open any files when this config is missing**