Fix unbind in normal mode error

This commit is contained in:
Emmet 2024-09-08 11:29:28 -05:00
parent fc418c891e
commit 4338c3a9b9

View file

@ -230,8 +230,6 @@ config.bind('<Ctrl-F>', 'cmd-set-text /', mode='passthrough')
config.bind('<Ctrl-R>', 'reload', mode='passthrough')
config.unbind('<Ctrl-X>')
config.unbind('<Ctrl-A>')
config.unbind('<Ctrl-C>')
config.unbind('<Ctrl-Z>')
# spawn external programs
config.bind(',m', 'hint links spawn mpv {hint-url}')