From 86aa336561e1258e5c0496a90ec832f745a9d8f1 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 13 Jul 2020 21:31:30 +0100 Subject: [PATCH] use emacs keybinds --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 06f709c..f3096f8 100644 --- a/zshrc +++ b/zshrc @@ -75,7 +75,8 @@ zstyle ':completion:*' menu select # select completions with arrow keys zstyle ':completion:*' group-name '' # group results by category zstyle ':completion:::::' completer _expand _complete _ignored _approximate # enable approximate matches -bindkey -v +# use emacs style keymaps (ctrl+a, ctrl+e, etc) +bindkey -e # The following line was added by compinstall zstyle :compinstall filename '/home/ray/.zshrc'