We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c523f8a commit a556591Copy full SHA for a556591
home/dot_config/zsh/exact_private_zsh.d/private_050_misc_config.zsh
@@ -272,6 +272,11 @@ bindkey '^I' complete-word
272
# Cycle in reverse with Shift-Tab
273
bindkey '^[[Z' reverse-menu-complete
274
275
+# Ctrl-X Ctrl-E: edit command line in $EDITOR
276
+autoload -Uz edit-command-line
277
+zle -N edit-command-line
278
+bindkey '^X^E' edit-command-line
279
+
280
#############################################################################
281
282
# }}}
0 commit comments