In bash, using vi mode, if I hit Esc,v, my current command line is opened in the editor specified by $EDITOR
and I am able to edit it in full screen before 'saving' the command to be returned to the shell and executed.
How can I achieve similar behaviour in zsh? Hitting v in command mode results in a bell an has no apparent effect, despite the EDITOR
environment variable being set.
^x^e
binding seems to be a default with current .oh-my-zsh, which is extremely nice. – quodlibetor Aug 08 '14 at 15:44editor
module is loaded. – AL the X Jun 09 '15 at 12:08-N
flag? – Mo... Jan 30 '24 at 18:04