diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-07-03 11:17:17 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-07-03 11:17:17 +0530 |
| commit | 7b4f6f9da8c2261cb615095284f9a773ae92e338 (patch) | |
| tree | 1b388e0e16e8fe0edf71171767e8aab897aefdfe /config/qutebrowser/config.py | |
| parent | b4881b42c8f5f413deef5254e9cd5e39f9472e77 (diff) | |
| download | nixos-config-7b4f6f9da8c2261cb615095284f9a773ae92e338.tar.gz nixos-config-7b4f6f9da8c2261cb615095284f9a773ae92e338.zip | |
Fix qutebrowser overlay + search engine change
Diffstat (limited to '')
| -rw-r--r-- | config/qutebrowser/config.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 895341f..0a560b7 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -218,6 +218,8 @@ nmap(leader + 'wp', 'tab-pin') # Tab movement nmap('<Ctrl-k>', 'tab-prev') nmap('<Ctrl-j>', 'tab-next') +nmap('<Ctrl-Tab>', 'tab-next') +nmap('<Ctrl-Shift-Tab>', 'tab-prev') nmap(localleader + '<Tab>', 'tab-focus last') nmap('<Ctrl-Shift-k>', 'tab-move -') nmap('<Ctrl-Shift-j>', 'tab-move +') @@ -295,9 +297,10 @@ c.url.start_pages = [c.url.default_page] DEFAULT_SEARCH_ENGINE = 'd' c.url.searchengines = { # Main general + 'ss': 'https://www.startpage.com/do/search?q={}', 'd': 'https://lite.duckduckgo.com/lite?q={}', - 'go': 'https://lite.duckduckgo.com/lite?q={}', - 'gg': 'https://google.com/search?q={}', + 'gg': 'https://lite.duckduckgo.com/lite?q={}', + 'go': 'https://google.com/search?q={}', 'ai': 'https://chatgpt.com/?temporary-chat=true&q={}', 'aic': 'https://claude.ai/new?q={}', 'br': 'https://search.brave.com/search?q={}', |
