소스 검색

added wordchars for softer backward-kill-word

Josh Bicking 8 년 전
부모
커밋
51cf53f25e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      zshrc

+ 3 - 0
zshrc

@@ -12,6 +12,9 @@ autoload -Uz compinit
 compinit
 # End of lines added by compinstall
 
+# List of word delimeters
+WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
+
 # Use prompt colors (green for regular user, red for root)
 autoload -U colors && colors
 if [ "$(id -u)" != "0" ]; then