mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fix unbind in normal mode error
This commit is contained in:
parent
fc418c891e
commit
4338c3a9b9
|
@ -230,8 +230,6 @@ config.bind('<Ctrl-F>', 'cmd-set-text /', mode='passthrough')
|
||||||
config.bind('<Ctrl-R>', 'reload', mode='passthrough')
|
config.bind('<Ctrl-R>', 'reload', mode='passthrough')
|
||||||
config.unbind('<Ctrl-X>')
|
config.unbind('<Ctrl-X>')
|
||||||
config.unbind('<Ctrl-A>')
|
config.unbind('<Ctrl-A>')
|
||||||
config.unbind('<Ctrl-C>')
|
|
||||||
config.unbind('<Ctrl-Z>')
|
|
||||||
|
|
||||||
# spawn external programs
|
# spawn external programs
|
||||||
config.bind(',m', 'hint links spawn mpv {hint-url}')
|
config.bind(',m', 'hint links spawn mpv {hint-url}')
|
||||||
|
|
Loading…
Reference in a new issue