Skip to content

Commit

Permalink
Fix typo in remapping.md
Browse files Browse the repository at this point in the history
`unbind-default-keys` => `unbind_default_keys`
  • Loading branch information
postsolar committed Apr 6, 2024
1 parent 19dcd4d commit 204ba24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/remapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Ctrl, Shift and Alt modifiers are encoded respectively with the prefixes

Keys can be disabled by binding them to the `no_op` command.

To remove all default bindings, `unbind-default-keys = true` can be added to the top level configuration.
To remove all default bindings, `unbind_default_keys = true` can be added to the top level configuration.

```toml
unbind_default_keys = true
Expand Down

0 comments on commit 204ba24

Please sign in to comment.