From d41e65e1457d362b26878467af04d3d9bc27c299 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Sun, 4 Jul 2021 22:25:42 -0400 Subject: [PATCH] * --- .config/zsh/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e7b8e6e..80961c8 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -27,7 +27,10 @@ zmodload zsh/complist compinit _comp_options+=(globdots) # include hidden files -# edit line in editor w/ ctrl-e (from Luke Smith's .zshrc) +# keybindings: force emacs state +bindkey -e + +# edit line in editor w/ ctrl-k (from Luke Smith's .zshrc) autoload edit-command-line; zle -N edit-command-line bindkey '^k' edit-command-line