Skip to content

Commit

Permalink
zoom options
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivasMD committed Jan 20, 2021
1 parent 148cce4 commit 5e648fe
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions preview-vim.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,73 @@
}
]
},
{
"description": "map zoom",
"manipulators": [{
"type": "basic",
"from": {
"key_code": "9"
},
"to": [{
"key_code": "9",
"modifiers": [
"left_command"
]
}],
"conditions": [{
"type": "frontmost_application_if",
"bundle_identifiers": ["^com.apple.Preview$"]
}]
},
{
"type": "basic",
"from": {
"key_code": "0"
},
"to": [{
"key_code": "0",
"modifiers": [
"left_command"
]
}],
"conditions": [{
"type": "frontmost_application_if",
"bundle_identifiers": ["^com.apple.Preview$"]
}]
},
{
"type": "basic",
"from": {
"key_code": "hyphen"
},
"to": [{
"key_code": "hyphen",
"modifiers": [
"left_command"
]
}],
"conditions": [{
"type": "frontmost_application_if",
"bundle_identifiers": ["^com.apple.Preview$"]
}]
},
{
"type": "basic",
"from": {
"key_code": "equal_sign"
},
"to": [{
"key_code": "equal_sign",
"modifiers": [
"left_command"
]
}],
"conditions": [{
"type": "frontmost_application_if",
"bundle_identifiers": ["^com.apple.Preview$"]
}]
}
]
}
]
}

0 comments on commit 5e648fe

Please sign in to comment.