summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2022-12-19 05:40:01 +0900
committerKyohei Uto <im@kyoheiu.dev>2022-12-19 05:40:01 +0900
commita9b73abefb1afbca138eed2859707acd007a5c38 (patch)
treed8a18db91197729e788fa7e9048a50c6d7fb25b8 /README.md
parent5b0f690986edfe2ec009b43e99964168b49ba975 (diff)
Add explicitly ALT + j and ALT + k
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f147684..0506ede 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ For more detailed document, visit https://kyoheiu.dev/felix.
### Fixed
-- Disable commands with Ctrl or other modifiers unless explicitly implemented. (For now, `Ctrl + r` to redo is implemented) This avoids for example the situation where `Ctrl + d` unintentionally deletes an item.
+- Disable commands with Ctrl or other modifiers unless explicitly implemented. (For now, `Ctrl + r` to redo, `Alt + j` and `Alt + k` to scroll the preview text are implemented) This avoids for example the situation where `Ctrl + d` unintentionally deletes an item.
- Add `create_dir_all` to `config_dir` and `data_local_dir` to avoid error.
- Check if the argument is directory.