[qutebrowser] New shortcut: Move tab bar to the top or to the left

This commit is contained in:
Sebastian Schulze 2023-06-28 22:37:53 +02:00
parent c9cfd4afac
commit c81bf721ef
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ config.bind(',uf', 'hint links spawn -u untrack-url -O {hint-url}')
config.bind(',up', 'spawn -u untrack-url -p {clipboard}')
config.bind(',e', 'jseval document.querySelector("button.btn-edit").click()')
config.bind(',ttl', 'set tabs.position left')
config.bind(',ttt', 'set tabs.position top')
config.bind(',oc', 'spawn --userscript org-capture')
config.bind(',r', 'spawn --userscript readability')