From 577c99aca246aa76901b2d75a748dd4307f4a164 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 4 May 2018 19:29:27 +0100 Subject: Improve kill-word in zsh --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 9307fc2..4f6074b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -36,6 +36,10 @@ setopt share_history # Completion zstyle ':completion:*' matcher-list 'm:{a-zA-Z-_}={A-Za-z_-}' 'r:|=*' 'l:|=* r:|=*' +# Kill word +autoload -U select-word-style +select-word-style bash + # Prompt if [[ -n $SSH_CLIENT ]]; then PROMPT='%F{red}[%M]%f %0~ $ ' -- cgit v1.2.3