Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jonniedarko/1981ccffc0f5fb783a4c to your computer and use it in GitHub Desktop.
Save jonniedarko/1981ccffc0f5fb783a4c to your computer and use it in GitHub Desktop.
If the forward-delete key just keeps inputting a '~' when pressed, instead of deleting the next character there is an easy solution.
In Terminal Preferences, click `profiles > Keyboard and + (Add)`
Double-click on the `del (forward delete)` key.
In the window that pops open, in the input box just below "Action."Type:
`Control-Option-D`
you should see '\004' in the box. Click OK, close the Terminal Inpsector window, and you should now have a working forward-delete key.
Yay!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment