summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-01-28 17:39:35 -0700
committerJordan <me@jordan.im>2021-01-28 17:39:35 -0700
commita979aa8ee06614264c6fe07d4ffc0346ac2dbf22 (patch)
treefb115787f16c36f8d41a9e26e16f465328fca181
parent780a6a84cb063efe0feb372133d9f4ed314021c8 (diff)
downloaddotfiles-a979aa8ee06614264c6fe07d4ffc0346ac2dbf22.tar.gz
dotfiles-a979aa8ee06614264c6fe07d4ffc0346ac2dbf22.zip
qutebrowser config
-rw-r--r--.config/qutebrowser/autoconfig.yml33
-rw-r--r--.config/qutebrowser/bookmarks/urls0
-rw-r--r--.config/qutebrowser/quickmarks0
3 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/
diff --git a/.config/qutebrowser/bookmarks/urls b/.config/qutebrowser/bookmarks/urls
deleted file mode 100644
index e69de29..0000000
--- a/.config/qutebrowser/bookmarks/urls
+++ /dev/null
diff --git a/.config/qutebrowser/quickmarks b/.config/qutebrowser/quickmarks
deleted file mode 100644
index e69de29..0000000
--- a/.config/qutebrowser/quickmarks
+++ /dev/null