Skip to content

Instantly share code, notes, and snippets.

@amirilovic
Created April 29, 2022 12:22
Show Gist options
  • Save amirilovic/f0d9f458d654609162adca8bf36aa178 to your computer and use it in GitHub Desktop.
Save amirilovic/f0d9f458d654609162adca8bf36aa178 to your computer and use it in GitHub Desktop.
## Delete word
Keyboard Shortcut: ⌥⌫
Action: Send Hex Code
Code: 0x17
## Delete line
Keyboard Shortcut: ⌘⌫
Action: Send Hex Code
Code: 0x15
## Move to previous word
Keyboard Shortcut: ⌥←
Action: Send Escape Sequence
Esc+: b
## Move to next word
Keyboard Shortcut: ⌥←
Action: Send Escape Sequence
Esc+: b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment