From fc24344377bf6f091258e47e89fbd5666078bf16 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 31 May 2016 11:18:27 +0200 Subject: [PATCH] Bugfix: Home and End keys now working. It turns out, having bindkey -e at the end of your file ruins a lot. --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index c6ea7a4..b39317d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,3 +1,4 @@ +bindkey -e # zshrc aliases alias ls='ls --color=auto' alias ll='ls -lh' @@ -96,5 +97,4 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 setopt autocd notify -bindkey -e # End of lines configured by zsh-newuser-install