From ecb282cabbc6b542a02d37bb08b84621b384bb55 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 23 Aug 2020 16:37:59 +0100 Subject: [PATCH] zsh: remove unused edit-command-line zmod This was added previously for Ctrl+V for vim editing of the command-line, but the key-bind was removed in ce595c81b665bbcb1461a2e53ed5a03c1aefa3e8 but this was forgotten. Signed-off-by: Joe Groocock --- zsh/.zshrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 42dacf6..7d85ea6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -52,10 +52,6 @@ zstyle ':completion:*' menu select zstyle ':completion:*' list-colors "${(@s.:.)LS_COLORS}" zstyle ':compinstall' filename "${ZDOTDIR:-~}/.zshrc" -# Pre-load vi-mode edit-command-line before antigen plugins are loaded -autoload -z edit-command-line -zle -N edit-command-line - export WORDCHARS='*?_[]~=&;!#$%^(){}' x-bash-backward-kill-word(){ WORDCHARS='' zle kill-word; } zle -N x-bash-backward-kill-word