summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-07 21:49:39 -0500
committerGitHub <noreply@github.com>2019-01-07 21:49:39 -0500
commit864258c4acc9ecb22fa63e859df0294b9d3b9a1f (patch)
tree3ed4fae5fa7a41d11da3d886be53ec986b977f0b
parent2e4b9230a508e02154b3801a0770133b3e1acdd7 (diff)
Update README.md
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3b1053b..dc8145f 100644
--- a/README.md
+++ b/README.md
@@ -31,18 +31,19 @@ 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 [keymapll.rs](https://github.com/kamiyaa/joshuto/blob/master/src/joshuto/keymapll.rs) for keycodes
+ - please take a look at [keymap.rs](https://github.com/kamiyaa/joshuto/blob/master/src/joshuto/config/keymap.rs) for non-printable keys
- for commands
- please take a look at [command.rs](https://github.com/kamiyaa/joshuto/blob/master/src/joshuto/command.rs) for available commands
[mimetype.toml](https://github.com/kamiyaa/joshuto/blob/master/config/mimetype.toml)
+
+**currently unstable and is subject to changes**
- for opening files with applications
- - **currently causes program to be unable to open any files when this config is missing**
-Place these config files in your `XDG_CONFIG_DIR/joshuto` (usually `$HOME/.config/joshuto/`)
+Place these config files in your `$XDG_CONFIG_DIR/joshuto` (usually `$HOME/.config/joshuto/`)
## Contributing
-Create a pull request please :)
+Please create a pull request :)
## Features/Bugs
-Create an ssue please :)
+Please create an issue :)