diff options
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/qutebrowser/config.py | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ar/.config/qutebrowser/config.py b/ar/.config/qutebrowser/config.py index 0a0d78d..4656de0 100644 --- a/ar/.config/qutebrowser/config.py +++ b/ar/.config/qutebrowser/config.py @@ -2295,8 +2295,7 @@ 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", "nop") -config.bind("dD", "tab-close -o") +# config.bind('D', 'tab-close -o') # config.bind('F', 'hint all tab') # config.bind('G', 'scroll-to-perc') # config.bind('H', 'back') @@ -2324,10 +2323,8 @@ config.bind("dD", "tab-close -o") # config.bind('ad', 'download-cancel') # config.bind('b', 'cmd-set-text -s :quickmark-load') # config.bind('cd', 'download-clear') -config.bind("co", "nop") -config.bind("do", "tab-only") -config.bind("d", "nop") -config.bind("dd", "tab-close") +# config.bind('co', 'tab-only') +# config.bind('d', 'tab-close') # config.bind('f', 'hint') # config.bind('g$', 'tab-focus -1') # config.bind('g0', 'tab-focus 1') |
