qutebrowser: Add hypothesis annotation function
Can be activated through the command alias ':hypothesis' or just the shortcut `<localleader>+a`, so `,a`.
This commit is contained in:
parent
930cbbc47c
commit
5f6627e7e7
2 changed files with 4 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ config.bind('"p', "send-to-scihub", mode="normal") # view current page doi on s
|
|||
config.bind(";p", "hint links run send-to-scihub") # view linked doi on scihub
|
||||
|
||||
config.bind(lleader + "r", "readable", mode="normal")
|
||||
config.bind(lleader + "a", "hypothesis", mode="normal")
|
||||
|
||||
# set stylesheets for the browser to use
|
||||
config.bind(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue