diff --git a/dot_config/private_qutebrowser/config.py b/dot_config/private_qutebrowser/config.py index d26f980..9744e6e 100644 --- a/dot_config/private_qutebrowser/config.py +++ b/dot_config/private_qutebrowser/config.py @@ -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')