mirror of https://github.com/helix-editor/helix
Typo fix (#893)
parent
96945be1a8
commit
75a8e8afbd
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
One-way key remapping is temporarily supported via a simple TOML configuration
|
One-way key remapping is temporarily supported via a simple TOML configuration
|
||||||
file. (More powerful solutions such as rebinding via commands will be
|
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
|
To remap keys, write a `config.toml` file in your `helix` configuration
|
||||||
directory (default `~/.config/helix` in Linux systems) with a structure like
|
directory (default `~/.config/helix` in Linux systems) with a structure like
|
||||||
|
|
Loading…
Reference in New Issue