dotfiles/conf.d/qutebrowser/helpers/helpers.py
2021-05-24 23:27:10 +02:00

5 lines
98 B
Python

# Chained commands
def bind_chained(key, *commands):
config.bind(key, ' ;; '.join(commands))