message.info("Redirecting to " + url.toString())
info.redirect(url)
- interceptor.register(intercept)
+ #FIXME: trying this disabled for a bit to test if qb crashes less
+ #2022-08-16 enabling it again (and off again)
+ # yeah crashed immediately
+ # interceptor.register(intercept)
except ImportError:
pass
## key. Note that when a key is bound (via `bindings.default` or
## `bindings.commands`), the mapping is ignored.
## Type: Dict
-# c.bindings.key_mappings = {'<Ctrl-[>': '<Escape>', '<Ctrl-6>': '<Ctrl-^>', '<Ctrl-M>': '<Return>', '<Ctrl-J>': '<Return>', '<Ctrl-I>': '<Tab>', '<Shift-Return>': '<Return>', '<Enter>': '<Return>', '<Shift-Enter>': '<Return>', '<Ctrl-Enter>': '<Ctrl-Return>'}
+c.bindings.key_mappings = {'<Ctrl-6>': '<Ctrl-^>', '<Ctrl-M>': '<Return>', '<Ctrl-J>': '<Return>', '<Ctrl-I>': '<Tab>', '<Shift-Return>': '<Return>', '<Enter>': '<Return>', '<Shift-Enter>': '<Return>', '<Ctrl-Enter>': '<Ctrl-Return>'}
## When to show a changelog after qutebrowser was upgraded.
## Type: String
## - none: Disable access to clipboard.
## - access: Allow reading from and writing to the clipboard.
## - access-paste: Allow accessing the clipboard and pasting clipboard content.
-# c.content.javascript.clipboard = 'none'
+c.content.javascript.clipboard = 'none'
+config.set('content.javascript.clipboard', 'access', '*://*.gitlab.com/*')
+config.set('content.javascript.clipboard', 'access', '*://*.github.com/*')
## Enable JavaScript.
## Type: Bool
## `:prompt-open-download --pdfjs` command (bound to `<Ctrl-p>` by
## default) can be used in the download prompt.
## Type: Bool
-# c.content.pdfjs = False
+c.content.pdfjs = True
## Allow websites to request persistent storage quota via
## `navigator.webkitPersistentStorage.requestQuota`.
## - last-opened: Open new tabs in the last (newest) opened window.
## - last-focused: Open new tabs in the most recently focused window.
## - last-visible: Open new tabs in the most recently visible window.
-# c.new_instance_open_target_window = 'last-focused'
+c.new_instance_open_target_window = 'last-visible'
## Show a filebrowser in download prompts.
## Type: Bool
## the search engine name to the search term, e.g. `:open google
## qutebrowser`.
## Type: Dict
-c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}',
- 'ddg': 'https://duckduckgo.com/?t=chakra&q={}',
- 'cdda': 'https://nornagon.github.io/cdda-guide/?v=0.F-2#/search/{}',
- 'slack': 'https://focalpointpositioning.slack.com/messages/{}',
- 'std': 'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}',
- 'hoogle': 'https://hoogle.haskell.org/?hoogle={}',
- 'h': 'https://hoogle.haskell.org/?hoogle={}',
+c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}',
+ 'ddg': 'https://duckduckgo.com/?t=chakra&q={}',
+ 'cdda': 'https://nornagon.github.io/cdda-guide/?v=0.F-2#/search/{}',
+ 'std': 'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}',
+ 'hoogle': 'https://hoogle.haskell.org/?hoogle={}',
+ 'h': 'https://hoogle.haskell.org/?hoogle={}',
+ 'fpp/slack': 'https://focalpointpositioning.slack.com/messages/{}',
+ 'fpp/confluence': 'https://fppnt.atlassian.net/wiki/search?text={}',
+ 'evk': 'https://gitlab.com/search?&scope=issues&group_id=13301433&search={}',
+ 'dev': 'https://devdocs.io/#q={}',
}
## Page(s) to open at the start.