Kaynağa Gözat

Add more keybindings to zsh

Thomas Dy 9 yıl önce
ebeveyn
işleme
cbdd286b1a
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      .zsh/config.zsh

+ 3 - 0
.zsh/config.zsh

@@ -55,6 +55,9 @@ bindkey '^R' zaw-history
 
 bindkey "${terminfo[khome]}" beginning-of-line
 bindkey "${terminfo[kend]}" end-of-line
+bindkey "${terminfo[kdch1]}" delete-char # Del
+bindkey "${terminfo[kpp]}" backward-word # PageUp
+bindkey "${terminfo[knp]}" forward-word # PageDown
 
 alias l="k -h"
 alias ssh="TERM=xterm-256color ssh"