bash でコマンドを入力中に、ちょっと長くなってきたからエディタで編集したいな、となったら以下のショートカットキーを押せばエディタが立ち上がる。
CTRL-X
+ CTRL-E
保存終了後、編集した内容でコマンドが実行される。
(bash マニュアル内の記述)
edit-and-execute-command (C-x C-e)
Invoke an editor on the current command line, and execute the result as shell commands. Bash attempts to invoke $FCEDIT, $EDITOR, and emacs as the editor, in that order.