This commit is contained in:
DeveloperDurp 2025-07-17 06:47:25 -05:00
parent 38c58c45b0
commit ca4ebc591f
14 changed files with 59 additions and 50 deletions

5
.zshrc
View file

@ -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