[qutebrowser] Add snippet to let me select from my standard MR responses

This commit is contained in:
Sebastian Schulze 2023-08-08 22:22:29 +02:00
parent 06c38f5889
commit 7f91794fe1
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,6 @@ config.bind(',grl', 'greasemonkey-reload;; reload')
config.bind(',uu', 'spawn -u untrack-url -o {url}')
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[data-testid=edit-button]").click()')
config.bind(',ttl', 'set tabs.position left')
config.bind(',ttt', 'set tabs.position top')
@ -78,7 +77,9 @@ config.bind(',y', 'open https://social.yakshed.org/authorize_interaction?uri={ur
# GitLab quick-actions
config.bind(',gle', 'fake-key e ;; mode-enter insert ;; later 0.5s edit-text')
config.bind(',glc', ':scroll-to-perc 100;; jseval document.querySelector("textarea#note-body").focus()')
config.bind(',glptal', ':scroll-to-perc 100;; jseval document.querySelector("textarea#note-body").focus();; mode-enter insert ;; spawn --detach my-rofi snippets ptal')
config.bind(',gls', ':scroll-to-perc 100;; jseval document.querySelector("textarea#note-body").focus();; mode-enter insert ;; spawn --detach my-rofi snippets')
config.bind(',glp0', ':scroll-to-perc 100;; jseval document.querySelector("textarea#note-body").focus() ;; insert-text /label ~priority::0')
config.bind(',glp1', ':scroll-to-perc 100;; jseval document.querySelector("textarea#note-body").focus() ;; insert-text /label ~priority::1')