updates and a lot of em
This commit is contained in:
parent
30cd55aca8
commit
bd0cf6ff9b
37 changed files with 618 additions and 96 deletions
|
@ -2129,7 +2129,10 @@ c.tabs.title.alignment = "center"
|
|||
## qutebrowser`.
|
||||
## Type: Dict
|
||||
c.url.searchengines = {
|
||||
"DEFAULT": "https://search.tfcconnection.org/?q={}",
|
||||
"DEFAULT": "https://search.brave.com/search?q={}",
|
||||
"vid": "https://search.brave.com/videos?q={}",
|
||||
"img": "https://search.brave.com/images?q={}",
|
||||
"tfc": "https://search.tfcconnection.org/?q={}",
|
||||
"yt": "https://yewtu.be/search?q={}",
|
||||
"mel": "https://melpa.org/#/?q={}",
|
||||
"y": "https://www.youtube.com/results?search_query={}",
|
||||
|
@ -2496,9 +2499,12 @@ config.bind(
|
|||
|
||||
config.bind("gt", 'hint links spawn --detach transadd "{hint-url}"')
|
||||
|
||||
config.bind("gD", 'hint links spawn alacritty -e aria2c -o ~/Downloads/')
|
||||
|
||||
|
||||
config.bind('d', 'tab-close')
|
||||
config.bind('b', 'set-cmd-text -s :tab-select ')
|
||||
config.bind('pt', 'tab-pin')
|
||||
config.bind('tm', 'tab-move')
|
||||
config.bind('st', 'config-cycle tabs.show always switching')
|
||||
config.bind('ss', 'config-cycle statusbar.show always in-mode')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue