Skip to content

Instantly share code, notes, and snippets.

View MillerApps's full-sized avatar
🕸️
Dusting off the cob webs!

Tyler Miller MillerApps

🕸️
Dusting off the cob webs!
View GitHub Profile
@MillerApps
MillerApps / vim.json
Created April 19, 2024 06:09
Karabiner Elements hyperKey + v Vim binds
{
"description": "Vim-style arrow keys on Hyper + V",
"manipulators": [
{
"conditions": [
{
"name": "hyper_v_mode",
"type": "variable_if",
"value": 1
}
@MillerApps
MillerApps / hyper.json
Created April 19, 2024 06:07
Karabiner Elements HyperKey mapped to Caps Lock
{
"manipulators": [
{
"description": "Change caps_lock to command+control+option+shift.",
"from": {
"key_code": "caps_lock",
"modifiers": {
"optional": [
"any"
]