Commit Graph

64 Commits

Author SHA1 Message Date
Florian Bruhin 1a4fff1a42 doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
Florian Bruhin d11e0bfc60 Fix setting name in config docs 2020-12-21 23:58:15 +01:00
Florian Bruhin e2ed55ec2a Remove :config-diff --old 2020-11-13 10:59:43 +01:00
Florian Bruhin 33c80e386c scripts: Disallow type comments in misc_checks 2020-11-02 17:09:19 +01:00
Florian Bruhin a08631474d Update theme links 2020-09-23 10:19:48 +02:00
Florian Bruhin 489a846354 Add gruvbox theme to configuring docs 2020-09-05 23:19:50 +02:00
Florian Bruhin 19b2674fe6 Update qutewal URL 2020-08-17 09:54:17 +02:00
Florian Bruhin 1b1a833a0a docs: Add Selenized theme 2020-08-17 09:50:41 +02:00
Florian Bruhin a31e93c692 Revert "Corrected "c.tabs.possition" typo"
This reverts commit ef3a4b00f0.
Reverts #5469.

That misspelling is intentional (see context).
2020-05-27 19:48:42 +02:00
Christopher Crockett ef3a4b00f0
Corrected "c.tabs.possition" typo
possition -> position
2020-05-27 09:23:49 -04:00
Florian Bruhin 51c02386cb docs: Update Dracula theme link 2020-01-15 21:23:22 +01:00
Florian Bruhin ab916993db docs: Add another emacs-like config 2019-12-29 11:16:34 +01:00
Florian Bruhin 9cd58b290d Adjust YAML loading for PyYAML 5.1 2019-03-18 20:48:48 +01:00
Fritz Reichwald 6b219a8a72 Fix config path for Windows in doc 2019-03-07 11:09:34 +01:00
Florian Bruhin f9be35a30a Add pywal to docs 2019-01-02 23:23:43 +01:00
Florian Bruhin 13532aca18
Update doc/help/configuring.asciidoc
Co-Authored-By: winny- <winston@ml1.net>
2018-11-29 00:49:32 -06:00
Florian Bruhin a7a1cc7c13
Update doc/help/configuring.asciidoc
Co-Authored-By: winny- <winston@ml1.net>
2018-11-29 00:49:22 -06:00
Winny de166f71dc
Fixup 2018-11-18 01:53:45 -06:00
Winny a641dde9de
Change phrases to sound more definite/concrete 2018-11-18 01:50:03 -06:00
Florian Bruhin a7fb07fbee Add emacs-like config docs 2018-10-30 15:41:26 +01:00
Ben Gartner f5a07ba3cf Use outsuffix for relative links in asciidoc files 2018-09-08 12:34:13 -05:00
Florian Bruhin dbdeb6a9c7 Rename history.exclude to completion.web_history.exclude
If the blacklist is only valid for the completion, the setting should also be
under completion.

This also un-renames history.gap_interval and renames
completion.web_history_max_items.
2018-09-02 14:42:47 +02:00
Florian Bruhin dd05c22987 Fix Dracula name 2018-08-05 23:13:42 +02:00
Florian Bruhin 7746f956f6 Add Darcula colorscheme 2018-08-05 22:50:22 +02:00
Florian Bruhin d96a98a058 Mention other colorschemes as well 2018-06-07 20:31:27 +02:00
theova 5543e75abd Add base16-qutebrowser 2018-05-29 20:00:49 +02:00
Florian Bruhin 20efaeff19 Improve configuration docs 2018-05-08 14:57:56 +02:00
Florian Bruhin b67a031151 Rephrase autoconfig.yml docs
[ci skip]
2018-03-22 08:37:12 +01:00
Florian Bruhin 439d51875f Add config.pattern() 2018-02-20 20:54:26 +01:00
Florian Bruhin de38566c11 Update configuring.asciidoc with per-domain settings 2018-02-20 18:43:51 +01:00
Florian Bruhin c8de4675db Various spelling fixes 2018-02-04 21:30:59 +01:00
Florian Bruhin cdaf3ac097 Fix .Xresources example
[ci skip]
2018-01-26 18:32:27 +01:00
Allen Zheng b5a9612840 Fix minor doc typo in example code
There should be an extra parenthesis to close the call to the outer
print function.
2017-12-26 11:21:02 -05:00
Florian Bruhin 62f37df573 Make cursor keys go through completion if a text was entered
This hopefully helps with people who try to use arrow keys for the completion,
while still making the command history somewhat discoverable.
2017-11-19 20:35:16 +01:00
Florian Bruhin 17e0f6d23c Remove -f for :bind in configuring.asciidoc
[ci skip]
2017-10-27 07:15:25 +02:00
Florian Bruhin c443def24e Explicitly mention qute://configdiff/old link target
Thanks GitHub for just stripping the link...
2017-10-26 08:14:40 +02:00
Florian Bruhin 5a9042ab3e Add a config.source() method 2017-10-18 13:53:26 +02:00
Florian Bruhin 34787edf4e Add Xresources to config recipes
[ci skip]
2017-10-18 10:46:12 +02:00
Florian Bruhin 392ea8825b Clarify completion keybinding changes
See #3125
[ci skip]
2017-10-15 12:21:14 +02:00
Ryan Roden-Corrent dde50c23bc Fix up pylint notes in configuring.asciidoc.
- Use short form of pylint disable
- Update the following code block as well
- Add pylint ignore for missing-module-docstring
2017-10-13 07:44:26 -04:00
Ryan Roden-Corrent 69ced4e033 Note how to ignore pylint in configuring doc.
The doc explains how to ignore flake8 errors, but the `c` and `config`
variables may also make pylint unhappy
2017-10-12 11:51:03 -04:00
Florian Bruhin 953d028bd6 Mention config commands in configuring.asciidoc 2017-10-05 11:22:54 +02:00
Florian Bruhin 22088d9f7b Remove --force for :bind and config.bind(...)
Turns out --force is just in the way for most people, and at least for default
bindings it's easy to reset them.

Also, it makes :config-source fail when config.py contains keybindings.

Closes #3049
2017-10-03 20:43:38 +02:00
Florian Bruhin 32d529b54e Fix typo in configuring docs
[ci skip]
2017-10-02 06:24:29 +02:00
Florian Bruhin 1b88fec7f0 Fix key chain in configuring docs
[ci skip]
2017-09-30 23:23:24 +02:00
Bryan Gilbert ba06323696 fix example config.py alias creation example 2017-09-30 09:02:17 -04:00
Florian Bruhin 8e000dfe54 Make qute://configdiff usable with the new config too
Closes #2983
2017-09-26 19:39:47 +02:00
Florian Bruhin 6e226c6885 Add a recipes section to configuring.asciidoc
Closes #2987
Closes #2969
Closes #3009
See #2975
2017-09-26 07:08:42 +02:00
Florian Bruhin 6aed6bca93 Make loading autoconfig.yml opt-in when a config.py exists
This lets the user control the precedence those files should have, and also
simplifies the code quite a bit.

Fixes #2975
2017-09-25 21:24:12 +02:00
Florian Bruhin 7f4cba8bc2 Improve load_autoconfig docs
Closes #2993
2017-09-22 14:23:41 +02:00