i've found this useful for debugging ansible modules and syntax without having to use VMs or test in dev environments.
pip install ansible
| { | |
| "title": "MacOS -> PC Shortcuts", | |
| "rules": [ | |
| { | |
| "description": "Top/bottom of document (ctrl+home/ctrl+end)", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": <%= from("home", ["command"], ["any"]) %>, | |
| "to": <%= to([["up_arrow", ["left_command"]]]) %>, |
In the below keyboard shortcuts, I use the capital letters for reading clarity but this does not imply shift, if shift is needed, I will say shift. So ⌘ + D does not mean hold shift. ⌘ + Shift + D does of course.
| Function | Shortcut |
|---|---|
| New Tab | ⌘ + T |
| Close Tab or Window | ⌘ + W (same as many mac apps) |
| Go to Tab | ⌘ + Number Key (ie: ⌘2 is 2nd tab) |
| Go to Split Pane by Direction | ⌘ + Option + Arrow Key |