[vimb] Moving from qb to vimb for browsing

This commit is contained in:
2021-02-14 23:32:05 -05:00
parent 2814cccf84
commit 864ce914e4
5 changed files with 44 additions and 23 deletions

View File

@ -12,8 +12,13 @@ set sans-serif-font=Overpass
set serif-font=Source Serif
set font-size=16
set monospace-font-size=14
set default-zoom=110
set default-zoom=120
set hint-keys=abcdefghijklmnopqrstuvwy
set history-max-items=99999
set smooth-scrolling=true
set status-bar=false
set webinspector=true
set caret=true
shortcut-add s=https://search.unbl.ink/search?q=$0
shortcut-default s

View File

@ -0,0 +1,4 @@
._hintLabel {
text-transform: uppercase !important;
font-size: 1em;
}