pentadactyl: some modernizing

This commit is contained in:
yosh 2024-02-03 04:48:30 -05:00
parent 7f5f25f28e
commit 2c83846509
1 changed files with 12 additions and 16 deletions

View File

@ -14,23 +14,25 @@ map -builtin -modes=n,v gr gT
map -builtin -modes=n,v <C--> <text-zoom-out>
map -builtin -modes=n,v <C-=> <text-zoom-in>
map -builtin -modes=n,v <-> <full-zoom-out>
map -builtin -modes=n,v <=> <full-zoom-in>
map -builtin -modes=n,v <+> <full-zoom-in>
map -builtin -modes=n,v D <Nop>
" map -builtin -modes=n,v gf gF
map -builtin -modes=n,v gf gF
map -builtin -modes=i <C-v> <Pass>
map -builtin -modes=i <C-c> <Pass>
map -builtin -modes=i <C-a> <Pass>
map -builtin -modes=n,v gh gT
map -builtin -modes=n,v gl gt
" ex command mappings
map -builtin -modes=n,v,i <C-p> -ex :pintab!
map -builtin -modes=n,v,i <C-n> -ex :tbt Navigation Toolbar
map -builtin -modes=n,v,i <C-h> -ex :tabmove! -1
map -builtin -modes=n,v,i <C-l> -ex :tabmove! +1
map -builtin -modes=n,v,i <C-S-f> -ex :noh
map -builtin -modes=n,v ,p -ex :pintab!
map -builtin -modes=n,v ,n -ex :tbt Navigation Toolbar
map -builtin -modes=n,v ,t -ex :set showtabline!=always,never
map -builtin -modes=n,v <C-h> -ex :tabmove! -1
map -builtin -modes=n,v <C-l> -ex :tabmove! +1
map -builtin -modes=n,v ,f -ex :noh
" hints
hi Hint font: bold 9px "cure" !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
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;
@ -41,25 +43,19 @@ set passkeys+=*:<Left><Right><Up><Down><Space>
" settings
" scrolling
set scroll=24
set scrolltime=50
" smooth scrolling is borked unless you alt tab out and in
set scrollsteps=3
" cosmetic
set titlestring=
set guioptions=Cs
set hlfind
" other
set scroll=24
set newtab=help
set defsearch=projectsearx
set maxitems=10
set complete=search,bookmark
set editor='urxvt -e sh -c "vim <file>"'
set editor='sh -c "exec $FLOATING_TERMINAL -e kak <file>"'
set cdpath=''
set hm=wordstartswith
set shell=/bin/sh
" vim: set ft=pentadactyl: