Initial commit

This commit is contained in:
justmidi 2021-11-03 00:29:34 -05:00
commit 5d205f8664
3 changed files with 47 additions and 0 deletions

47
autoconfig.yml Normal file
View File

@ -0,0 +1,47 @@
# 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

0
bookmarks/urls Normal file
View File

0
quickmarks Normal file
View File