more tweaks

This commit is contained in:
Sven Lito 2010-11-19 19:32:08 +00:00
commit 4a256a7281
2 changed files with 1 additions and 3 deletions

View file

@ -4,7 +4,7 @@ HISTSIZE=10000
SAVEHIST=10000 SAVEHIST=10000
setopt hist_ignore_dups # ignore duplication command history list setopt hist_ignore_dups # ignore duplication command history list
setopt share_history # share command history data #setopt share_history # share command history data
setopt hist_verify setopt hist_verify
setopt inc_append_history setopt inc_append_history

View file

@ -26,8 +26,6 @@ bindkey '^[[Z' reverse-menu-complete
bindkey '^?' backward-delete-char bindkey '^?' backward-delete-char
bindkey '^[[3~' delete-char bindkey '^[[3~' delete-char
# consider emacs keybindings: # consider emacs keybindings:
#bindkey -e ## emacs key bindings #bindkey -e ## emacs key bindings