47 lines
1.3 KiB
YAML
47 lines
1.3 KiB
YAML
# 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: 2
|
|
settings:
|
|
aliases:
|
|
global:
|
|
q: close
|
|
qa: quit
|
|
w: session-save
|
|
wq: quit --save
|
|
wqa: quit --save
|
|
bindings.commands:
|
|
global:
|
|
caret:
|
|
c: yank
|
|
e: move-to-prev-line
|
|
i: move-to-next-char
|
|
n: move-to-next-line
|
|
normal:
|
|
<Ctrl+e>: tab-next
|
|
<Ctrl+n>: tab-prev
|
|
E: scroll-page 0 -0.5
|
|
I: forward
|
|
K: search-prev
|
|
N: scroll-page 0 0.5
|
|
c: yank
|
|
e: scroll up
|
|
i: scroll right
|
|
k: search-next
|
|
n: scroll down
|
|
s: mode-enter insert
|
|
u: search . ;; selection-follow ;; clear-keychain ;; search ;; fullscreen
|
|
--leave
|
|
z: undo
|
|
url.default_page:
|
|
global: https://qwant.com/
|
|
url.searchengines:
|
|
global:
|
|
DEFAULT: https://qwant.com/?q={}
|
|
arch: https://wiki.archlinux.org/?search={}
|
|
w: https://en.wikipedia.org/wiki/Special:Search?search={}
|
|
url.start_pages:
|
|
global: https://qwant.com
|