Fix docs for bindings.default

This commit is contained in:
Florian Bruhin 2017-09-17 09:50:10 +02:00
parent 046a16f924
commit d4709f7c44

View File

@ -169,8 +169,8 @@ config.unbind(',v', mode='normal')
Key chains starting with a comma are ideal for custom bindings, as the comma key
will never be used in a default keybinding.
To suppress loading of any default keybindings, you can set `c.bindings.defaults
= {}`.
To suppress loading of any default keybindings, you can set
`c.bindings.default = {}`.
Prevent loading `autoconfig.yml`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~