diff options
author | Rowan H | 2021-10-22 23:54:02 +0000 |
---|---|---|
committer | GitHub | 2021-10-22 23:54:02 +0000 |
commit | 75a8e8afbd06b69f182f6fb9c0d3b0cd2241c0c8 (patch) | |
tree | 279837ef2396b736c8fafd1d0675638712ff2055 /book | |
parent | 96945be1a8d551f09865f13a7d8972174dbbc1c8 (diff) |
Typo fix (#893)
Diffstat (limited to 'book')
-rw-r--r-- | book/src/remapping.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/remapping.md b/book/src/remapping.md index 81f45da3..3369f031 100644 --- a/book/src/remapping.md +++ b/book/src/remapping.md @@ -2,7 +2,7 @@ One-way key remapping is temporarily supported via a simple TOML configuration file. (More powerful solutions such as rebinding via commands will be -available in the feature). +available in the future). To remap keys, write a `config.toml` file in your `helix` configuration directory (default `~/.config/helix` in Linux systems) with a structure like |