diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-17 18:03:50 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-17 18:03:50 +0900 |
| commit | e3145935bb321fb47b654ab4f0ef73039bdc62f5 (patch) | |
| tree | 53b8cd92ca2501eadf6d6b5345b8be71e2c26f1a | |
| parent | 8756a3721845dbbed4604ecc96c70fc2b6e26ab9 (diff) | |
modified qutebrowser/config.py
| -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') |
