qutebrowser update
This commit is contained in:
		
							parent
							
								
									1c56c868e5
								
							
						
					
					
						commit
						ceddb30635
					
				@ -424,10 +424,14 @@ follow-selected -t
 | 
				
			|||||||
# supported in this mode.
 | 
					# supported in this mode.
 | 
				
			||||||
# Useful hidden commands to map in this section:
 | 
					# Useful hidden commands to map in this section:
 | 
				
			||||||
#  * `open-editor`: Open a texteditor with the focused field.
 | 
					#  * `open-editor`: Open a texteditor with the focused field.
 | 
				
			||||||
 | 
					#  * `paste-primary`: Paste primary selection at cursor position.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
open-editor
 | 
					open-editor
 | 
				
			||||||
    <Ctrl-E>
 | 
					    <Ctrl-E>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					paste-primary
 | 
				
			||||||
 | 
					    <Shift-Ins>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[hint]
 | 
					[hint]
 | 
				
			||||||
# Keybindings for hint mode.
 | 
					# Keybindings for hint mode.
 | 
				
			||||||
# Since normal keypresses are passed through, only special keys are
 | 
					# Since normal keypresses are passed through, only special keys are
 | 
				
			||||||
 | 
				
			|||||||
@ -891,9 +891,11 @@ enable-pdfjs = false
 | 
				
			|||||||
#     Mode to use for hints.
 | 
					#     Mode to use for hints.
 | 
				
			||||||
#         number: Use numeric hints.
 | 
					#         number: Use numeric hints.
 | 
				
			||||||
#         letter: Use the chars in the hints -> chars setting.
 | 
					#         letter: Use the chars in the hints -> chars setting.
 | 
				
			||||||
 | 
					#         word: Use hints words based on the html elements and the extra
 | 
				
			||||||
 | 
					#     words.
 | 
				
			||||||
#     Default: letter
 | 
					#     Default: letter
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# chars (String):
 | 
					# chars (UniqueCharString):
 | 
				
			||||||
#     Chars used for hint strings.
 | 
					#     Chars used for hint strings.
 | 
				
			||||||
#     Default: asdfghjkl
 | 
					#     Default: asdfghjkl
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
@ -912,8 +914,13 @@ enable-pdfjs = false
 | 
				
			|||||||
#     Valid values: true, false
 | 
					#     Valid values: true, false
 | 
				
			||||||
#     Default: false
 | 
					#     Default: false
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 | 
					# dictionary (File):
 | 
				
			||||||
 | 
					#     The dictionary file to be used by the word hints.
 | 
				
			||||||
 | 
					#     Default: /usr/share/dict/words
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
# auto-follow (Bool):
 | 
					# auto-follow (Bool):
 | 
				
			||||||
#     Whether to auto-follow a hint if there's only one left.
 | 
					#     Follow a hint immediately when the hint text is completely
 | 
				
			||||||
 | 
					#     matched.
 | 
				
			||||||
#     Valid values: true, false
 | 
					#     Valid values: true, false
 | 
				
			||||||
#     Default: true
 | 
					#     Default: true
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
@ -932,6 +939,7 @@ chars = asdfghjkl
 | 
				
			|||||||
min-chars = 1
 | 
					min-chars = 1
 | 
				
			||||||
scatter = true
 | 
					scatter = true
 | 
				
			||||||
uppercase = false
 | 
					uppercase = false
 | 
				
			||||||
 | 
					dictionary = /usr/share/dict/words
 | 
				
			||||||
auto-follow = true
 | 
					auto-follow = true
 | 
				
			||||||
next-regexes = \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b,\bcontinue\b
 | 
					next-regexes = \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b,\bcontinue\b
 | 
				
			||||||
prev-regexes = \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
 | 
					prev-regexes = \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
 | 
				
			||||||
@ -1309,8 +1317,8 @@ webpage.bg = white
 | 
				
			|||||||
# _monospace (Font):
 | 
					# _monospace (Font):
 | 
				
			||||||
#     Default monospace fonts.
 | 
					#     Default monospace fonts.
 | 
				
			||||||
#     Default: Terminus, Monospace, "DejaVu Sans Mono", Monaco,
 | 
					#     Default: Terminus, Monospace, "DejaVu Sans Mono", Monaco,
 | 
				
			||||||
#     "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono",
 | 
					#     "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier,
 | 
				
			||||||
#     "Courier New", Courier, monospace, Fixed, Consolas, Terminal
 | 
					#     "Liberation Mono", monospace, Fixed, Consolas, Terminal
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# completion (Font):
 | 
					# completion (Font):
 | 
				
			||||||
#     Font used in the completion widget.
 | 
					#     Font used in the completion widget.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user