소스 검색

Add more keybindings to zsh

Thomas Dy 9 년 전
부모
커밋
cbdd286b1a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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"