Compare commits

..

No commits in common. "5b15963fb419076464ef9096b0e1046fc1798381" and "c65f52d98dbca63ad749fe51faea97f49298cce7" have entirely different histories.

4 changed files with 3 additions and 25 deletions

View File

@ -45,12 +45,6 @@ vmap <tab>d "+d
nmap <tab>c "+c
vmap <tab>c "+c
" 0 is easier to reach so swap these binds
nnoremap 0 ^
nnoremap ^ 0
vnoremap 0 ^
vnoremap ^ 0
set shell=/bin/sh
hi Search cterm=NONE ctermfg=white ctermbg=blue

View File

@ -5,21 +5,9 @@ return {
--------------------------------
--------------------------------
s({ trig = "ss", name = "superscript", wordTrig = false }, fmt("^({}) ", { i(1) })),
s({ trig = "qu", name = "square (qu-artic) exponent", wordTrig = false }, t("^2 ")),
s({ trig = "cub", name = "cub-ed exponent", wordTrig = false }, t("^3 ")),
s({
trig = "numb",
name = "numbered equation",
wordTrig = false
},
fmt(
"#numbered_eq()[${}$ <{}>]",
{
i(1, "equation"),
i(2, "label")
})),
s({ trig = "ss", desc = "superscript", wordTrig = false }, fmt("^({}) ", { i(1) })),
s({ trig = "qu", desc = "square (qu-artic) exponent", wordTrig = false }, t("^2 ")),
s({ trig = "cub", desc = "cub-ed exponent", wordTrig = false }, t("^3 ")),
s({ trig = "link", desc = "labelled link" }, fmt('#link("{}{}")[{}]', {
i(1),

View File

@ -4,7 +4,6 @@ config.load_autoconfig()
c.window.transparent = True
c.content.user_stylesheets = ["~/.config/qutebrowser/style.css"]
c.colors.webpage.bg = "#444444"
c.colors.completion.category.bg = "#111111"
c.colors.completion.even.bg = "black"

View File

@ -1,3 +0,0 @@
body {
background: #000000;
}