1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Zsh now in emacs mode.

This commit is contained in:
Bert Peters
2016-02-22 14:59:21 +01:00
parent 83d4f6f57f
commit cccda08522

3
zshrc
View File

@@ -40,7 +40,6 @@ unsetopt nomatch
# History search # History search
autoload -U history-search-end autoload -U history-search-end
bindkey -v
zle -N history-beginning-search-backward-end history-search-end zle -N history-beginning-search-backward-end history-search-end
zle -N history-beginning-search-forward-end history-search-end zle -N history-beginning-search-forward-end history-search-end
@@ -78,5 +77,5 @@ HISTFILE=~/.histfile
HISTSIZE=1000 HISTSIZE=1000
SAVEHIST=1000 SAVEHIST=1000
setopt autocd notify setopt autocd notify
bindkey -v bindkey -e
# End of lines configured by zsh-newuser-install # End of lines configured by zsh-newuser-install