Created
September 15, 2020 14:40
-
-
Save CristaLCorp/829d45e88a53f0a862b0e3c5d26c837f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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