summaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2019-03-01 12:37:15 +0100
committerUrbain Vaes <urbain@vaes.uk>2019-03-01 12:37:15 +0100
commitad1be5bfb7a94e93c46b02961dace2dd7c55ff3d (patch)
tree6e194bd34ceb7a0982b286546fe74d0351be7128 /qutebrowser
parenta5ce9d03cbd6caafa280efe48d2a50a17fa2ec1b (diff)
[Vim] Improve consistency between mappings and digraphs
Diffstat (limited to 'qutebrowser')
-rw-r--r--qutebrowser/.config/qutebrowser/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py
index 128667c..6d687f1 100644
--- a/qutebrowser/.config/qutebrowser/config.py
+++ b/qutebrowser/.config/qutebrowser/config.py
@@ -11,6 +11,7 @@ c.tabs.show = 'multiple'
c.tabs.tabs_are_windows = True
c.url.start_pages = ['file:///home/urbain/personal/index.html']
c.url.default_page = c.url.start_pages[0]
+c.completion.open_categories = ['bookmarks', 'history']
# Bindings for normal mode
config.bind(",b", 'spawn --userscript explorer -b')