Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 723 Bytes

File metadata and controls

37 lines (31 loc) · 723 Bytes

Vimium C Logo

Vimium C Config

Install

Config

Custom key mappings

map J nextTab
map K previousTab
map <c-o> visitPreviousTab

Default Search Engine

https://unduck.link/?q=$s

Characters used for link hints

asdfhjkl

style.css

.LH {
    border: 1px solid #000000;
    background-image: none !important;
    background-color: #ffffff !important;
    border-radius: 3px;
    color: #000000;
    font-family: monospace;
}