https://github.com/arch-err/vimiumc-conf
Configuration & Notes for Vimium C
https://github.com/arch-err/vimiumc-conf
vimium vimiumc
Last synced: 8 months ago
JSON representation
Configuration & Notes for Vimium C
- Host: GitHub
- URL: https://github.com/arch-err/vimiumc-conf
- Owner: arch-err
- Created: 2025-07-14T19:10:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T19:23:16.000Z (8 months ago)
- Last Synced: 2025-07-14T23:53:14.187Z (8 months ago)
- Topics: vimium, vimiumc
- Language: CSS
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Vimium C Config
# Install
- [Install on Chromium-based browser](https://chromewebstore.google.com/detail/vimium-c-all-by-keyboard/hfjbmagddngcpeloejdejnfgbamkjaeg)
- [Install on FF-based browser](https://addons.mozilla.org/en-US/firefox/addon/vimium-c/)
# Config
## style.css
```css
.LH {
border: 1px solid #000000;
background-image: none !important;
background-color: #ffffff !important;
border-radius: 3px;
color: #000000;
font-family: monospace;
}
```
## Custom key mappings
```
unmap o
map J nextTab
map K previousTab
map T createTab
unmap r
unmap R
unmap F
```
## Characters used for link hints
```
asdfhjkl
```