X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/33230b65afa1076218abff057d0bbcc7486af0a8..b7f5c49ed81dea28873f200ad8cf04c2bed9e80d:/.zsh/zshrc/80-zle diff --git a/.zsh/zshrc/80-zle b/.zsh/zshrc/80-zle index 78e3df8..c4d9492 100644 --- a/.zsh/zshrc/80-zle +++ b/.zsh/zshrc/80-zle @@ -74,6 +74,10 @@ bindkey $terminfo[kbs] backward-delete-char bindkey '^a' beginning-of-line bindkey '^e' end-of-line +# Home and End do too +bindkey -e "^[[H" beginning-of-line +bindkey -e "^[[F" end-of-line + # \ew :: print pwd to status line function _whereami() { zle -M "${(%):-"%m:%~"}"