summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2020-12-06 14:54:13 -0500
committerGitHub <noreply@github.com>2020-12-06 14:54:13 -0500
commit0c0689513a0219ce3d2a2fd4b058576648026875 (patch)
tree503b9cc58835edda89bbebbdd138eaa5dc4df4c4
parent0e3ee5aa31368a1501e24beb33ae1020c0ac332e (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 463f697..722733c 100644
--- a/README.md
+++ b/README.md
@@ -51,8 +51,8 @@ Joshuto can currently be configured using the following files:
#### [keymap.toml](https://github.com/kamiyaa/joshuto/blob/master/config/keymap.toml)
-- for keybindings, please take a look at [keymap.rs](https://github.com/kamiyaa/joshuto/blob/master/src/config/keymap.rs#L102) for non-printable keys
-- for commands, please take a look at commands/[mod.rs](https://github.com/kamiyaa/joshuto/blob/master/src/commands/mod.rs#L73) for available commands
+- for keybindings, please take a look at [src/util/key_mapping.rs](https://github.com/kamiyaa/joshuto/blob/master/src/util/key_mapping.rs#L3) for non-printable keys
+- for commands, please take a look at [src/commands/key_command.rs](https://github.com/kamiyaa/joshuto/blob/master/src/commands/key_command.rs#L124)
#### [mimetype.toml](https://github.com/kamiyaa/joshuto/blob/master/config/mimetype.toml)