parent
62f35ee064
commit
9febcc2e76
@ -22,9 +22,9 @@ Basic keybindings to get you started
|
|||||||
What to do now
|
What to do now
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
* View the link:http://qutebrowser.org/img/cheatsheet-big.png[key binding cheatsheet]
|
* View the link:https://qutebrowser.org/img/cheatsheet-big.png[key binding cheatsheet]
|
||||||
to make yourself familiar with the key bindings: +
|
to make yourself familiar with the key bindings: +
|
||||||
image:http://qutebrowser.org/img/cheatsheet-small.png["qutebrowser key binding cheatsheet",link="http://qutebrowser.org/img/cheatsheet-big.png"]
|
image:https://qutebrowser.org/img/cheatsheet-small.png["qutebrowser key binding cheatsheet",link="https://qutebrowser.org/img/cheatsheet-big.png"]
|
||||||
* There's also a https://www.shortcutfoo.com/app/dojos/qutebrowser[free training
|
* There's also a https://www.shortcutfoo.com/app/dojos/qutebrowser[free training
|
||||||
course] on shortcutfoo for the keybindings - note that you need to be in
|
course] on shortcutfoo for the keybindings - note that you need to be in
|
||||||
insert mode (i) for it to work.
|
insert mode (i) for it to work.
|
||||||
|
@ -57,7 +57,7 @@ Then edit your `/etc/pacman.conf` to add the repository to the bottom:
|
|||||||
|
|
||||||
----
|
----
|
||||||
[qt-debug]
|
[qt-debug]
|
||||||
Server = http://qutebrowser.org/qt-debug/$arch
|
Server = https://qutebrowser.org/qt-debug/$arch
|
||||||
----
|
----
|
||||||
|
|
||||||
Then install the packages:
|
Then install the packages:
|
||||||
|
@ -84,9 +84,9 @@ class AsciiDoc:
|
|||||||
|
|
||||||
# patch image links to use local copy
|
# patch image links to use local copy
|
||||||
replacements = [
|
replacements = [
|
||||||
("http://qutebrowser.org/img/cheatsheet-big.png",
|
("https://qutebrowser.org/img/cheatsheet-big.png",
|
||||||
"qute://help/img/cheatsheet-big.png"),
|
"qute://help/img/cheatsheet-big.png"),
|
||||||
("http://qutebrowser.org/img/cheatsheet-small.png",
|
("https://qutebrowser.org/img/cheatsheet-small.png",
|
||||||
"qute://help/img/cheatsheet-small.png")
|
"qute://help/img/cheatsheet-small.png")
|
||||||
]
|
]
|
||||||
asciidoc_args = ['-a', 'source-highlighter=pygments']
|
asciidoc_args = ['-a', 'source-highlighter=pygments']
|
||||||
|
@ -15,6 +15,6 @@
|
|||||||
<a href="/doc/contributing.html">Contributing</a>
|
<a href="/doc/contributing.html">Contributing</a>
|
||||||
<a href="https://www.github.com/qutebrowser/qutebrowser">GitHub</a>
|
<a href="https://www.github.com/qutebrowser/qutebrowser">GitHub</a>
|
||||||
<a href="https://github.com/qutebrowser/qutebrowser/releases">Releases</a>
|
<a href="https://github.com/qutebrowser/qutebrowser/releases">Releases</a>
|
||||||
<a href="http://blog.qutebrowser.org/">Blog</a>
|
<a href="https://blog.qutebrowser.org/">Blog</a>
|
||||||
</div>
|
</div>
|
||||||
+++
|
+++
|
||||||
|
Loading…
Reference in New Issue
Block a user