summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-03-14 11:21:33 -0400
committerGitHub <noreply@github.com>2021-03-14 11:21:33 -0400
commitc6f57a456341ae9d750f8f86d19bec55b3cee54e (patch)
treedf1312ab8a00c8fb621e1967ea24945652b3af45 /README.md
parente66d60955f1cb361414a829203b6039fb2bc06e6 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 93ae02f..204cf53 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@
- [cargo](https://github.com/rust-lang/cargo/)
- [rustc](https://www.rust-lang.org/)
+- xsel/xclip/wl-clipboard (optional, for clipboard support)
Also see [Cargo.toml](https://github.com/kamiyaa/joshuto/blob/master/Cargo.toml)
@@ -60,8 +61,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 [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)
+- for keybindings, please take a look at [src/util/key_mapping.rs](https://github.com/kamiyaa/joshuto/blob/master/src/util/key_mapping.rs#L18) 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#L132)
#### [mimetype.toml](https://github.com/kamiyaa/joshuto/blob/master/config/mimetype.toml)