Skip to content

Commit

Permalink
fix minor grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Jul 20, 2024
1 parent d0cd243 commit 51c5cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ win-vind uses **Run Commands** style configuration method. If you've ever writte
#### What is a mapping?
A typical key binding is a simple one that assigns a function from a set of keys. In contrast, the mapping employed in Vim is a kind of extension of key binding, a mechanism that allows recursive key assignment and command definition.

Mapping is defined using a variety of map commands known in vim. The most commonly used are
Mapping is defined using a variety of map commands known in Vim. The most commonly used are:

* `map` remaps for all modes
* `nmap` / `noremap` remaps for normal mode
Expand Down

0 comments on commit 51c5cd0

Please sign in to comment.