X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Fzshrc%2F79_bindkeys;fp=.zsh%2Fzshrc%2F79_bindkeys;h=e3d3b3a7316ccc29ac9a764b39456b964b381d55;hb=929a2738768030f0e46f3c13a26d9cde7cd38c62;hp=803db91df1532a420af328155d9415c1c8312173;hpb=47e33e38ed0ae2e2d57b506399e1feeee7f2f026;p=zsh.git diff --git a/.zsh/zshrc/79_bindkeys b/.zsh/zshrc/79_bindkeys index 803db91..e3d3b3a 100644 --- a/.zsh/zshrc/79_bindkeys +++ b/.zsh/zshrc/79_bindkeys @@ -37,5 +37,8 @@ bindkey "\e[1;5D" backward-word bindkey "\e[8~" end-of-line bindkey "\eOc" forward-word bindkey "\eOd" backward-word +# fix home/end keys (for mosh) +bindkey "\e[7~" beginning-of-line +bindkey "\e[8~" end-of-line # vim:ft=zsh