Skip to content

Commit 28609c2

Browse files
committed
docs: improve readme
1 parent c8d3c29 commit 28609c2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,30 @@ Or use the `line` source with `README.md` as an argument:
7171
Fall line README.md
7272
```
7373

74+
### Mappings
75+
76+
Users can view available mappings by pressing `<F1>` in the picker window. See
77+
the [Mappings](./wiki/Mappings) page for more details.
78+
79+
### Configuration
80+
81+
In Fall, settings that utilize Vim’s built-in functionality are categorized as
82+
“Configuration.” This includes key mappings, highlights, and buffer option
83+
modifications.
84+
85+
Refer to the [Configuration](./wiki/Configuration) page on the GitHub Wiki for
86+
more details.
87+
88+
### Customization
89+
90+
In Fall, settings written in TypeScript to enhance Fall’s functionality are
91+
categorized as “Customization.” These specifically refer to modifications made
92+
to the user customization file, which can be accessed via the `FallCustom`
93+
command.
94+
95+
Visit the [Customization](./wiki/Customization) page on the GitHub Wiki for more
96+
information.
97+
7498
## Related Projects
7599

76100
| Repository | Package | Description |

0 commit comments

Comments
 (0)