Make :unbind work correctly
This commit is contained in:
parent
81e9060239
commit
a145497c65
@ -109,7 +109,7 @@ class ConfigCommands:
|
||||
available modes.
|
||||
default: If given, restore a default binding.
|
||||
"""
|
||||
seq = keyutils.KeySequence(key)
|
||||
seq = keyutils.KeySequence.parse(key)
|
||||
if command is None:
|
||||
if default:
|
||||
# :bind --default: Restore default
|
||||
|
Loading…
Reference in New Issue
Block a user