From f073e364b76e219f4f994753ea29ad63f253934d Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad Date: Sat, 26 Aug 2023 21:30:12 +0500 Subject: [PATCH] Move to emacs keybinds --- zsh/dot-zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index c7b78fb..79f2506 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -20,6 +20,7 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' autoload -z edit-command-line zle -N edit-command-line +bindkey -e bindkey "^V" edit-command-line bindkey '^K' autosuggest-execute