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:
3
zshrc
3
zshrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user