Skip to content

Instantly share code, notes, and snippets.

@brianstorti
Created July 14, 2011 02:17
Show Gist options
  • Save brianstorti/1081829 to your computer and use it in GitHub Desktop.
Save brianstorti/1081829 to your computer and use it in GitHub Desktop.
Delete on zsh
#add to .zshrc
bindkey "^[[3~" delete-char
bindkey "^[3;5~" delete-char
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment