diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-14 04:03:22 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-14 04:03:22 +0900 |
| commit | e3cce4516d77dfaac2deec69396effd7c0c76101 (patch) | |
| tree | 14c34f82b2f7244447037438ccaa1b956568467d | |
| parent | a5bd70569e678f0989da4c3a02175f5525866fad (diff) | |
modified qutebrowser/config.py
| -rw-r--r-- | ar/.config/qutebrowser/config.py | 10 |
1 files changed, 10 insertions, 0 deletions
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("<Ctrl-C>", "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') |
