I have set my readline mode to be vi in my ~/.inputrc
set editing-mode vi
I came to know that when you are in command mode, you can press v to open up current line in the editor defined in $EDITOR
variable.
This works for me. But when I change the content in my editor, I am not sure how to get those changes back to my command line. How to do that?