Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
add karabiner config
Browse files Browse the repository at this point in the history
  • Loading branch information
bx2 committed Jul 31, 2019
1 parent 0d8886f commit 656ec74
Show file tree
Hide file tree
Showing 5 changed files with 2,187 additions and 0 deletions.
102 changes: 102 additions & 0 deletions config/karabiner/assets/complex_modifications/1564567459.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"title": "Vi Mode, left_control + hjkl. shift/option/command + arrow working.",
"rules": [
{
"description": "Vi Mode [left_control + hjkl]",
"manipulators": [
{
"from": {
"key_code": "h",
"modifiers": {
"mandatory": [
"control"
],
"optional": [
"caps_lock",
"command",
"option",
"shift",
"fn"
]
}
},
"to": [
{
"key_code": "left_arrow"
}
],
"type": "basic"
},
{
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"control"
],
"optional": [
"caps_lock",
"command",
"option",
"shift",
"fn"
]
}
},
"to": [
{
"key_code": "down_arrow"
}
],
"type": "basic"
},
{
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"control"
],
"optional": [
"caps_lock",
"command",
"option",
"shift",
"fn"
]
}
},
"to": [
{
"key_code": "up_arrow"
}
],
"type": "basic"
},
{
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"control"
],
"optional": [
"caps_lock",
"command",
"option",
"shift",
"fn"
]
}
},
"to": [
{
"key_code": "right_arrow"
}
],
"type": "basic"
}
]
}
]
}
Loading

0 comments on commit 656ec74

Please sign in to comment.