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