summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-17 17:03:27 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-17 17:03:27 +0900
commit8756a3721845dbbed4604ecc96c70fc2b6e26ab9 (patch)
tree2a62a6c9cd9e12bb7f5507f368f48b20978d0abc /ar
parent79009247ca4468f346f2f9e70b7381ec277f5bd4 (diff)
modified qutebrowser/config.py
Diffstat (limited to 'ar')
-rw-r--r--ar/.config/qutebrowser/config.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/ar/.config/qutebrowser/config.py b/ar/.config/qutebrowser/config.py
index 4656de0..0a0d78d 100644
--- a/ar/.config/qutebrowser/config.py
+++ b/ar/.config/qutebrowser/config.py
@@ -2295,7 +2295,8 @@ config.bind("<Ctrl-C>", "cmd-set-text :")
# config.bind('?', 'cmd-set-text ?')
# config.bind('@', 'macro-run')
# config.bind('B', 'cmd-set-text -s :quickmark-load -t')
-# config.bind('D', 'tab-close -o')
+config.bind("D", "nop")
+config.bind("dD", "tab-close -o")
# config.bind('F', 'hint all tab')
# config.bind('G', 'scroll-to-perc')
# config.bind('H', 'back')
@@ -2323,8 +2324,10 @@ config.bind("<Ctrl-C>", "cmd-set-text :")
# config.bind('ad', 'download-cancel')
# config.bind('b', 'cmd-set-text -s :quickmark-load')
# config.bind('cd', 'download-clear')
-# config.bind('co', 'tab-only')
-# config.bind('d', 'tab-close')
+config.bind("co", "nop")
+config.bind("do", "tab-only")
+config.bind("d", "nop")
+config.bind("dd", "tab-close")
# config.bind('f', 'hint')
# config.bind('g$', 'tab-focus -1')
# config.bind('g0', 'tab-focus 1')