Fix docstring
This commit is contained in:
parent
36ef68c698
commit
220d1be500
@ -181,7 +181,7 @@ class KeyConfig:
|
|||||||
self._config.update_mutables(save_yaml=save_yaml)
|
self._config.update_mutables(save_yaml=save_yaml)
|
||||||
|
|
||||||
def bind_default(self, key, *, mode='normal', save_yaml=False):
|
def bind_default(self, key, *, mode='normal', save_yaml=False):
|
||||||
"""Restore a default keybinding"""
|
"""Restore a default keybinding."""
|
||||||
key = self._prepare(key, mode)
|
key = self._prepare(key, mode)
|
||||||
|
|
||||||
bindings_commands = self._config.get_obj('bindings.commands')
|
bindings_commands = self._config.get_obj('bindings.commands')
|
||||||
|
Loading…
Reference in New Issue
Block a user