From 6ab4798683d2645759dded7558c62020783a57ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Thu, 6 Jan 2022 03:55:59 +0900 Subject: [PATCH] =?UTF-8?q?=E7=94=BB=E5=83=8F=E3=81=AE=E3=82=B3=E3=83=94?= =?UTF-8?q?=E3=83=BC=E6=A9=9F=E8=83=BD=E6=80=A7=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index a89d48f..a68e8a6 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -228,6 +228,7 @@ config.bind('xd', 'config-cycle colors.webpage.darkmode.enabled true false') # config.bind('xj', 'config-cycle content.javascript.enabled true false') # JSの有無 config.bind('xp', 'config-cycle content.proxy system socks://localhost:9050/') # 普通↔Torの交換 config.bind(';i', 'hint images spawn --output-messages wget -P "/home/suwako/ダウンロード" {hint-url}') # 画像等の保存 +config.bind('yc', 'hint images yank'); config.bind('gh', 'back') # 戻る config.bind('gl', 'forward') # 次 config.bind('ee', ':set-cmd-text -s :open {url}') # 現在のURLの編集