Skip to content

Instantly share code, notes, and snippets.

@CristaLCorp
Created September 15, 2020 14:40
Show Gist options
  • Save CristaLCorp/829d45e88a53f0a862b0e3c5d26c837f to your computer and use it in GitHub Desktop.
Save CristaLCorp/829d45e88a53f0a862b0e3c5d26c837f to your computer and use it in GitHub Desktop.
# Fix MobaXterm Home/End key with ZSH
bindkey '^[[H' beginning-of-line
bindkey '^[[F' end-of-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment