dotfiles/conf.d/qutebrowser/helpers/helpers.py

5 lines
98 B
Python
Raw Normal View History

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