Skip to content

Instantly share code, notes, and snippets.

@alorence
Last active May 21, 2017 08:23
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 alorence/3913801c8a7cf32068ad1710abdc3828 to your computer and use it in GitHub Desktop.
Save alorence/3913801c8a7cf32068ad1710abdc3828 to your computer and use it in GitHub Desktop.
Define custom binding for HOME and END keys, which are not well handled under some Windows SSH clients (mRemoteNG, PuTTY, MobaXTerm, etc.)
# Correct the behavior for HOME and END keys
bindkey '^[[1~' beginning-of-line
bindkey '^[[4~' end-of-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment