diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-17 17:03:27 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-17 17:03:27 +0900 |
| commit | 8756a3721845dbbed4604ecc96c70fc2b6e26ab9 (patch) | |
| tree | 2a62a6c9cd9e12bb7f5507f368f48b20978d0abc | |
| parent | 79009247ca4468f346f2f9e70b7381ec277f5bd4 (diff) | |
modified qutebrowser/config.py
| -rw-r--r-- | ar/.config/qutebrowser/config.py | 9 |
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') |
