X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/29ff3db6dd936515eef1d15b34a42b6ffca4f4a5..8381ec42c81bc4e252e4310dc78a4fea5880fddb:/.zsh/zshrc/79_bindkeys diff --git a/.zsh/zshrc/79_bindkeys b/.zsh/zshrc/79_bindkeys index 5747a21..0284400 100644 --- a/.zsh/zshrc/79_bindkeys +++ b/.zsh/zshrc/79_bindkeys @@ -20,4 +20,8 @@ bindkey '\e=' copy-prev-shell-word # allow for better ad-hoc multiline editing bindkey '\eq' push-line-or-edit +# fix home/end keys (for mosh) +bindkey "\e[7~" beginning-of-line +bindkey "\e[8~" end-of-line + # vim:ft=zsh