5 lines
98 B
Python
Raw Normal View History

2021-05-24 23:27:10 +02:00
# Chained commands
def bind_chained(key, *commands):
config.bind(key, ' ;; '.join(commands))