Skip to content

Instantly share code, notes, and snippets.

@GokhanPolat
Created February 12, 2020 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GokhanPolat/c844fa99eeac4755133e056c327e3e9a to your computer and use it in GitHub Desktop.
Save GokhanPolat/c844fa99eeac4755133e056c327e3e9a to your computer and use it in GitHub Desktop.
Deletes the whole line on the MacOS X with cmd+Backspace in Alacritty. (macOS Mojave)
key_bindings:
- { key: Back, mods: Command, chars: "\x15" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment