diff --git a/system/.config/zsh/.zshrc b/system/.config/zsh/.zshrc index 598180c..866fb72 100644 --- a/system/.config/zsh/.zshrc +++ b/system/.config/zsh/.zshrc @@ -24,6 +24,13 @@ bindkey "^[[1;5C" forward-word # Ctrl + Right bindkey "^[[1;5D" backward-word +# Home +bindkey "^[[H" beginning-of-line + +# End +bindkey "^[[F" end-of-line + + # Enable autocompletion features autoload -Uz compinit compinit