summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2022-11-11 16:11:38 +0900
committerKyohei Uto <im@kyoheiu.dev>2022-11-11 16:11:38 +0900
commit6ea3b8ee1da19965f48fddde537eee27fdf02292 (patch)
tree5aee1ec43ec329a99fb93eaf3b7eca4f70778bef /README.md
parentea9094d098dabd00468bb7eaaaa0d656cf4f4c57 (diff)
Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1974ad8..54fd898 100644
--- a/README.md
+++ b/README.md
@@ -16,14 +16,14 @@ For the detailed document, please see https://kyoheiu.dev/felix.
### Changed
- Migrated to yaml from toml: New config file will be created at the first launch (In this process you should enter the default command name or choose to use \$EDITOR). No need to keep `config.toml`.
-- Add the fallback when config file cannot be read: In such a case, you can use the default Config.
+- Add the fallback when config file cannot be read: In such a case, you can use the default config.
- HUGE refactoring overall.
### Added
- Horizontal split, in addtion to the vertical split. To swtch between them, press `s`.
-- Syntax highlighting (if possible) in previewed texts. To turn on, state `syntax_hightlight = true` in `config.toml`. you can also choose your theme, either from the default theme set or your favorite .tmtheme.
-- Enable scrolling in the preview space. `Alt + j / Down` goes down, `Alt + Up` goes up. Experimental and may have some bugs, and with a big text file the perf issue may arise.
+- Syntax highlighting (if possible) in previewed texts. To turn on, state `syntax_hightlight: true` in `config.yaml`. you can also choose your theme, either from the default theme set or your favorite .tmtheme.
+- Enable scrolling in the preview space. `Alt + j / Down` goes down, `Alt + Up` goes up. Experimental and may have some bugs. Also, big text files can cause the performance issue.
- Search by keyword. Similar to the filter mode, but this feature does not manipulate the item list: Just let users jump to the item that matches the keyword, like Vim's `/`. `n` and `N` after `/` also works.
- Show permissions on the footer (in unix only).
@@ -38,7 +38,7 @@ For more details, see `CHANGELOG.md`.
| MacOS | works |
| Windows | not fully tested yet |
-_For Windows users: From v1.3.0, it can be at least compiled on Windows (see `.github/workflows/install_test.yml`.) If you're interested, Please try the native build and report any problems._
+_For Windows users: From v1.3.0, it can be at least compiled on Windows (see `.github/workflows/install_test.yml`.) If you're interested, please try and report any problems._
MSRV(Minimum Supported rustc Version): **1.60.0**