From a979aa8ee06614264c6fe07d4ffc0346ac2dbf22 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 28 Jan 2021 17:39:35 -0700 Subject: qutebrowser config --- .config/qutebrowser/autoconfig.yml | 33 +++++++++++++++++++++++++++++---- .config/qutebrowser/bookmarks/urls | 0 .config/qutebrowser/quickmarks | 0 3 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 .config/qutebrowser/bookmarks/urls delete mode 100644 .config/qutebrowser/quickmarks 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: + : + : + : + : + : + : + : + : + : + 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 diff --git a/.config/qutebrowser/quickmarks b/.config/qutebrowser/quickmarks deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3-54-g00ecf