From e3cce4516d77dfaac2deec69396effd7c0c76101 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 14 Feb 2025 04:03:22 +0900 Subject: modified qutebrowser/config.py --- ar/.config/qutebrowser/config.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ar') diff --git a/ar/.config/qutebrowser/config.py b/ar/.config/qutebrowser/config.py index 756be73..7fa01f7 100644 --- a/ar/.config/qutebrowser/config.py +++ b/ar/.config/qutebrowser/config.py @@ -2418,6 +2418,16 @@ config.bind("", "cmd-set-text :") # config.bind('yp', 'yank pretty-url') # config.bind('yt', 'yank title') # config.bind('yy', 'yank') +config.bind("YD", "hint yank domain -s") +config.bind("YM", "hint yank inline [{title}]({url:yank}) -s") +config.bind("YP", "hint yank pretty-url -s") +config.bind("YT", "hint yank title -s") +config.bind("YY", "hint yank -s") +config.bind("Yd", "hint yank domain") +config.bind("Ym", "hint yank inline [{title}]({url:yank})") +config.bind("Yp", "hint yank pretty-url") +config.bind("Yt", "hint yank title") +config.bind("Yy", "hint yank") # config.bind('{{', 'navigate prev -t') # config.bind('}}', 'navigate next -t') -- cgit v1.2.3