File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,30 @@ Or use the `line` source with `README.md` as an argument:
71
71
Fall line README.md
72
72
```
73
73
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
+
74
98
## Related Projects
75
99
76
100
| Repository | Package | Description |
You can’t perform that action at this time.
0 commit comments