pentadactyl: some funnie!

This commit is contained in:
yosh 2024-03-07 20:43:04 -05:00
parent b98d7e97a2
commit 424e207cde
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,9 @@
set runtimepath=~/.config/pentadactyl
loadplugins '\.(js|penta)$'
group user
" sanitize history downloads formdata
" for some reason pale moon's history eraser likes to just
" revert sometimes, so this works for realsies (need patch)
sanitize history downloads formdata commandline
" standard QoL remappings
map -count -builtin -modes=n,v d <count><C-d>
@ -32,7 +34,7 @@ map -builtin -modes=n,v <C-l> -ex :tabmove! +1
map -builtin -modes=n,v ,f -ex :noh
" hints
hi Hint font: bold 9px "Tamzen" !important; color: black; padding: 0 1px 0 2px; background: #EAEAEA; border: 2px solid #F00A
hi Hint font: bold 9px "Tamzen" !important; color: black; padding: 0 1px 0 2px; background: #EAEAEA; border: 2px solid #F00A; z-index:100000000
hi Hint[active] border: 2px solid #F0FC
hi HintElem /* The hintable element */ background: rgba(0, 220, 220, 0.4) !important; color: black !important;
hi HintActive /* The hint element of link which will be followed by <k name="CR" link="false"/> */ background: rgba(20, 200, 20, 0.7) !important; color: black !important;
@ -57,5 +59,6 @@ set complete=search,bookmark
set editor='sh -c "exec $FLOATING_TERMINAL -e kak <file>"'
set cdpath=''
set shell=/bin/sh
" set noinsertmode
" vim: set ft=pentadactyl: