Created
February 22, 2026 09:34
-
-
Save mprokopov/3a6c9eae8afb61526ccb96710b553b23 to your computer and use it in GitHub Desktop.
iTerm2 profile: Cmd as Ctrl keybindings (Emacs-style navigation)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Profiles": [ | |
| { | |
| "Name": "Cmd as Ctrl", | |
| "Guid": "F7C4B853-D473-4CBF-8E4D-1B84B5A1C0E2", | |
| "Custom Directory": "No", | |
| "Keyboard Map": { | |
| "0x61-0x100000": { "Action": 10, "Text": "01" }, | |
| "0x62-0x100000": { "Action": 10, "Text": "02" }, | |
| "0x64-0x100000": { "Action": 10, "Text": "04" }, | |
| "0x65-0x100000": { "Action": 10, "Text": "05" }, | |
| "0x66-0x100000": { "Action": 10, "Text": "06" }, | |
| "0x67-0x100000": { "Action": 10, "Text": "07" }, | |
| "0x68-0x100000": { "Action": 10, "Text": "08" }, | |
| "0x69-0x100000": { "Action": 10, "Text": "09" }, | |
| "0x6a-0x100000": { "Action": 10, "Text": "0a" }, | |
| "0x6b-0x100000": { "Action": 10, "Text": "0b" }, | |
| "0x6c-0x100000": { "Action": 10, "Text": "0c" }, | |
| "0x6d-0x100000": { "Action": 10, "Text": "0d" }, | |
| "0x6e-0x100000": { "Action": 10, "Text": "0e" }, | |
| "0x6f-0x100000": { "Action": 10, "Text": "0f" }, | |
| "0x70-0x100000": { "Action": 10, "Text": "10" }, | |
| "0x71-0x100000": { "Action": 10, "Text": "11" }, | |
| "0x72-0x100000": { "Action": 10, "Text": "12" }, | |
| "0x73-0x100000": { "Action": 10, "Text": "13" }, | |
| "0x75-0x100000": { "Action": 10, "Text": "15" }, | |
| "0x77-0x100000": { "Action": 10, "Text": "17" }, | |
| "0x78-0x100000": { "Action": 10, "Text": "18" }, | |
| "0x79-0x100000": { "Action": 10, "Text": "19" }, | |
| "0x7a-0x100000": { "Action": 10, "Text": "1a" } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment