From 7f91794fe1194308640ce1bcb51f0c7c98066853 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Tue, 8 Aug 2023 22:22:29 +0200 Subject: [PATCH] [qutebrowser] Add snippet to let me select from my standard MR responses --- dot_config/private_qutebrowser/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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')