From cccda08522e28b94f12db68e6c3beb1c25f9cc99 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 22 Feb 2016 14:59:21 +0100 Subject: [PATCH] Zsh now in emacs mode. --- zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zshrc b/zshrc index db5c52a..2af76a6 100644 --- a/zshrc +++ b/zshrc @@ -40,7 +40,6 @@ unsetopt nomatch # History search autoload -U history-search-end -bindkey -v zle -N history-beginning-search-backward-end history-search-end zle -N history-beginning-search-forward-end history-search-end @@ -78,5 +77,5 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 setopt autocd notify -bindkey -v +bindkey -e # End of lines configured by zsh-newuser-install