.zshrc robustness

This commit is contained in:
Dirk Alders 2023-09-07 13:32:35 +02:00
parent 8f4ab2582b
commit 817a48f66f

4
.zshrc
View File

@ -29,8 +29,8 @@ bindkey '^[[1;5C' forward-word # ctrl + ->
bindkey '^[[1;5D' backward-word # ctrl + <-
bindkey '^[[5~' beginning-of-buffer-or-history # page up
bindkey '^[[6~' end-of-buffer-or-history # page down
bindkey '^[[H' beginning-of-line # home
bindkey '^[[F' end-of-line # end
bindkey "${terminfo[khome]}" beginning-of-line # home
bindkey "${terminfo[kend]}" end-of-line # end
bindkey '^[[Z' undo # shift + tab undo last action
# enable completion features