diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-10 09:40:02 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-10 09:40:02 -0500 |
commit | 034e5a52dc94cb2d635efe69c9e4c64a66419795 (patch) | |
tree | c7fa214f25a2f93533a44a0c93b55da6a99ce128 /config/qutebrowser/autoconfig.yml | |
parent | 56b873bae6e215a4459372cffbcc45bddb12c5c5 (diff) | |
download | rcm-034e5a52dc94cb2d635efe69c9e4c64a66419795.tar.gz rcm-034e5a52dc94cb2d635efe69c9e4c64a66419795.tar.bz2 rcm-034e5a52dc94cb2d635efe69c9e4c64a66419795.zip |
Updates
Diffstat (limited to '')
-rw-r--r-- | config/qutebrowser/autoconfig.yml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/config/qutebrowser/autoconfig.yml b/config/qutebrowser/autoconfig.yml index 0186ef0..1fc7ac8 100644 --- a/config/qutebrowser/autoconfig.yml +++ b/config/qutebrowser/autoconfig.yml @@ -13,6 +13,17 @@ settings: w: session-save wq: quit --save wqa: quit --save + 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> colors.completion.category.bg: global: white colors.completion.category.border.bottom: @@ -65,6 +76,13 @@ settings: global: white colors.tabs.selected.odd.bg: global: black + completion.open_categories: + global: + - searchengines + - quickmarks + - bookmarks + - history + - filesystem fonts.default_family: global: Iosevka Aile fonts.default_size: @@ -88,8 +106,13 @@ settings: tabs.show: global: never tabs.tabs_are_windows: - global: true + global: false url.default_page: global: https://kagi.com + url.searchengines: + global: + DEFAULT: https://kagi.com/search?q={} + url.start_pages: + global: https://mccd.space zoom.default: global: 175% |