zsh options
This commit is contained in:
parent
73dc03ad7f
commit
059d9786bd
1 changed files with 1 additions and 2 deletions
3
.zshrc
3
.zshrc
|
@ -5,8 +5,7 @@ CLICOLOR=1
|
||||||
EDITOR='emacs'
|
EDITOR='emacs'
|
||||||
PAGER='less'
|
PAGER='less'
|
||||||
|
|
||||||
setopt appendhistory
|
setopt nobeep appendhistory histignoredups histignorespace autocd extendedglob nomatch notify correct_all
|
||||||
unsetopt beep
|
|
||||||
bindkey -e
|
bindkey -e
|
||||||
bindkey "^[[3~" delete-char
|
bindkey "^[[3~" delete-char
|
||||||
bindkey "^[3;5~" delete-char
|
bindkey "^[3;5~" delete-char
|
||||||
|
|
Loading…
Reference in a new issue