Skip to content

Instantly share code, notes, and snippets.

@jimppa
jimppa / Custom key mappings
Created April 15, 2020 12:55
Vimium Options
# Insert your preferred key mappings here.
unmap F
map a LinkHints.activateModeToOpenInNewTab
unmap J
map q previousTab
unmap K
map w nextTab
unmap H
map c goBack
unmap L
@jimppa
jimppa / config.h
Last active January 30, 2020 17:03
katana60 keymap
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
// place overrides here
#endif