From 04f520aa1d7842df2246a54e8fd0ee82c34b6729 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 5 Nov 2019 19:18:59 +1300 Subject: [PATCH] feat(bindkeys): set emacs mode --- source/bindkeys.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/bindkeys.zsh b/source/bindkeys.zsh index 4cf832b..5cb26a4 100644 --- a/source/bindkeys.zsh +++ b/source/bindkeys.zsh @@ -1,5 +1,8 @@ # key bindings +# set emacs mode +bindkey -e + # create a zkbd compatible hash; # to add other keys to this hash, see: man 5 terminfo typeset -g -A key