mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
more tweaks
This commit is contained in:
parent
84a6bc92d4
commit
4a256a7281
2 changed files with 1 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ HISTSIZE=10000
|
|||
SAVEHIST=10000
|
||||
|
||||
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 inc_append_history
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@ bindkey '^[[Z' reverse-menu-complete
|
|||
bindkey '^?' backward-delete-char
|
||||
bindkey '^[[3~' delete-char
|
||||
|
||||
|
||||
|
||||
# consider emacs keybindings:
|
||||
|
||||
#bindkey -e ## emacs key bindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue