]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: update config
authorSamir Benmendil <me@rmz.io>
Thu, 7 Apr 2016 10:12:02 +0000 (11:12 +0100)
committerSamir Benmendil <me@rmz.io>
Thu, 7 Apr 2016 10:12:02 +0000 (11:12 +0100)
qutebrowser/keys.conf
qutebrowser/qutebrowser.conf

index 645e6e4a65c4944117b4c90f004824dbec0f50b0..31ecb4a3a8a475c5ad72ca2674805a7cdd5c1ab7 100644 (file)
@@ -419,10 +419,14 @@ tab-only
 # supported in this mode.
 # Useful hidden commands to map in this section:
 #  * `open-editor`: Open a texteditor with the focused field.
+#  * `paste-primary`: Paste primary selection at cursor position.
 
 open-editor
     <Ctrl-E>
 
+paste-primary
+    <Shift-Ins>
+
 [hint]
 # Keybindings for hint mode.
 # Since normal keypresses are passed through, only special keys are
index 8244eae4b706d478d2f781b99707f92c413ec03b..28d0878789fb9eab60f58fd46d5c5661a4966629 100644 (file)
@@ -289,7 +289,7 @@ confirm-quit = downloads
 display-statusbar-messages = false
 zoom-text-only = false
 frame-flattening = false
-user-stylesheet = $$XDG_CONFIG_HOME/qutebrowser/css/default.css
+user-stylesheet = ::-webkit-scrollbar { width: 0px; height: 0px; }
 css-media-type = 
 smooth-scrolling = false
 remove-finished-downloads = -1
@@ -891,9 +891,11 @@ enable-pdfjs = false
 #     Mode to use for hints.
 #         number: Use numeric hints.
 #         letter: Use the chars in the hints -> chars setting.
+#         word: Use hints words based on the html elements and the extra
+#     words.
 #     Default: letter
 #
-# chars (String):
+# chars (UniqueCharString):
 #     Chars used for hint strings.
 #     Default: asdfghjkl
 #
@@ -912,8 +914,13 @@ enable-pdfjs = false
 #     Valid values: true, false
 #     Default: false
 #
+# dictionary (File):
+#     The dictionary file to be used by the word hints.
+#     Default: /usr/share/dict/words
+#
 # 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
 #     Default: true
 #
@@ -929,9 +936,10 @@ border = 1px solid #E3BE23
 opacity = 0.7
 mode = letter
 chars = aoeuidhtns
-min-chars = 1
+min-chars = 2
 scatter = true
 uppercase = true
+dictionary = /usr/share/dict/words
 auto-follow = true
 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
@@ -952,6 +960,7 @@ g = ${google}
 wikipedia = http://en.wikipedia.org/w/index.php?title=Special:Search&search={}
 wiki = ${wikipedia}
 pcl = http://docs.pointclouds.org/trunk/search.php?query={}
+std = http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}
 
 [aliases]
 # Aliases for commands.
@@ -1319,8 +1328,8 @@ webpage.bg = white
 # _monospace (Font):
 #     Default monospace fonts.
 #     Default: Terminus, Monospace, "DejaVu Sans Mono", Monaco,
-#     "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono",
-#     "Courier New", Courier, monospace, Fixed, Consolas, Terminal
+#     "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier,
+#     "Liberation Mono", monospace, Fixed, Consolas, Terminal
 #
 # completion (Font):
 #     Font used in the completion widget.