Skip to content

Instantly share code, notes, and snippets.

@thefrench77
Created February 16, 2016 23:31
Show Gist options
  • Select an option

  • Save thefrench77/fb5d30df24d2c9c510aa to your computer and use it in GitHub Desktop.

Select an option

Save thefrench77/fb5d30df24d2c9c510aa to your computer and use it in GitHub Desktop.
[MSYS2] Zsh Key Binding for MinTTY
bindkey '^[[2~' overwrite-mode
bindkey '\e[H' beginning-of-line
bindkey '^[[5~' up-line-or-history
bindkey '^[[3~' delete-char
bindkey '\e[F' end-of-line
bindkey '^[[6~' down-line-or-history
bindkey '^[[A' up-line-or-search
bindkey '^[[D' backward-char
bindkey '^[[B' down-line-or-search
bindkey '^[[C' forward-char
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment