From 6b7827dc2e7c70338026dd3011fe8b6a7fbc22d7 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Sat, 24 Oct 2020 18:54:24 +0200 Subject: [PATCH] zsh:keys: Add edit binding and use Ctrl Add binding that opens the current command in the editor. Use Ctrl instead of Alt for shell bindings to be consistent. --- .config/zsh/plugins/keys.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/zsh/plugins/keys.zsh b/.config/zsh/plugins/keys.zsh index a69ffb9..2077974 100644 --- a/.config/zsh/plugins/keys.zsh +++ b/.config/zsh/plugins/keys.zsh @@ -42,7 +42,8 @@ function zle-line-finish { } zle -N zle-line-finish -bindkey '^[h' run-help +bindkey '^H' run-help +bindkey '^E' edit-command-line ## Navigation bindkey '^[[Z' reverse-menu-complete # shift-tab