diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index fcdad20..5b638d7 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -262,7 +262,9 @@ export PYTHONSTARTUP="/usr/share/over-env/python-startup.py" # keyboard stuff bindkey "\e[3~" delete-char # Delete bindkey "\e[1~" beginning-of-line # Home +bindkey "\e[H" beginning-of-line # Home bindkey "\e[4~" end-of-line # End +bindkey "\e[F" end-of-line # End bindkey "\e[5~" beginning-of-history # PgUp bindkey "\e[6~" end-of-history # PgDn bindkey "\e[1;5D" backward-word # Ctrl ←