diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-08-02 15:20:13 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-08-02 15:20:13 -0400 |
| commit | 2c547184d437c2fe15dcdaed227d5e8f3e34f901 (patch) | |
| tree | ab759f0bcab3ca74d91e336496a2f57f88ed9335 /zsh | |
| parent | ec57ff354270d3edcf473956996ff1f2e315c1aa (diff) | |
Add zle bind to edit commandline in insert mode
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/zshvimodes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/zshvimodes b/zsh/zshvimodes index 02e9756..b942ee7 100644 --- a/zsh/zshvimodes +++ b/zsh/zshvimodes @@ -25,4 +25,5 @@ function TRAPINT() { # Use C-e to open editor with current command line autoload edit-command-line zle -N edit-command-line -bindkey '^e' edit-command-line +bindkey -v '^e' edit-command-line +bindkey -a '^e' edit-command-line |
