update
This commit is contained in:
parent
38c58c45b0
commit
ca4ebc591f
14 changed files with 59 additions and 50 deletions
5
.zshrc
5
.zshrc
|
|
@ -92,10 +92,11 @@ bindkey -e
|
|||
bindkey '^p' history-search-backward
|
||||
bindkey '^n' history-search-forward
|
||||
bindkey '^[w' kill-region
|
||||
bindkey "^[n" beginning-of-line
|
||||
bindkey "^[." end-of-line
|
||||
bindkey "^[[1~" beginning-of-line
|
||||
bindkey "^[[4~" end-of-line
|
||||
bindkey "^[l" forward-word
|
||||
bindkey "^[h" backward-word
|
||||
bindkey "^[[3~" delete-char
|
||||
|
||||
# History
|
||||
HISTSIZE=5000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue