This commit is contained in:
DeveloperDurp 2025-06-07 09:51:35 -05:00
parent e33dd9172f
commit 0d12ae9ef7
4 changed files with 56 additions and 4 deletions

7
.zshrc
View file

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