Created
May 5, 2023 01:41
-
-
Save nurmuhammadsirat/49f04d9c7ebcf5747fde2d201b45368b to your computer and use it in GitHub Desktop.
iTerm2 key mapping
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
| # Jump word back | |
| option + left | |
| Send escape sequence | |
| b | |
| # Jump word forward | |
| option + right | |
| Send escape sequence | |
| f | |
| # Jump to start of line | |
| command + left | |
| Send hex code | |
| 0x01 | |
| # Jump to end of line | |
| opt + right | |
| Send hex code | |
| 0x05 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment