summaryrefslogtreecommitdiff
path: root/.config/qutebrowser/autoconfig.yml
diff options
context:
space:
mode:
Diffstat (limited to '.config/qutebrowser/autoconfig.yml')
-rw-r--r--.config/qutebrowser/autoconfig.yml33
1 files changed, 29 insertions, 4 deletions
diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml
index 4a80933..575606d 100644
--- a/.config/qutebrowser/autoconfig.yml
+++ b/.config/qutebrowser/autoconfig.yml
@@ -1,7 +1,32 @@
+# If a config.py file exists, this file is ignored unless it's explicitly loaded
+# via config.load_autoconfig(). For more information, see:
+# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
# DO NOT edit this file by hand, qutebrowser will overwrite it.
# Instead, create a config.py - see :help for details.
-config_version: 1
-global:
- url.default_page: https://duckduckgo.com/
- url.start_pages: https://news.ycombinator.com/
+config_version: 2
+settings:
+ bindings.commands:
+ global:
+ normal:
+ J: tab-prev
+ K: tab-next
+ j: run-with-count 3 scroll down
+ k: run-with-count 3 scroll up
+ bindings.key_mappings:
+ global:
+ <Ctrl-6>: <Ctrl-^>
+ <Ctrl-Enter>: <Ctrl-Return>
+ <Ctrl-I>: <Tab>
+ <Ctrl-J>: <Return>
+ <Ctrl-M>: <Return>
+ <Ctrl-[>: <Escape>
+ <Enter>: <Return>
+ <Shift-Enter>: <Return>
+ <Shift-Return>: <Return>
+ content.notifications:
+ https://www.reddit.com: false
+ url.default_page:
+ global: https://duckduckgo.com/
+ url.start_pages:
+ global: https://news.ycombinator.com/