|
|
|
|
|
by midgetjones
605 days ago
|
|
If you're in a terminal and want to edit just that command (and Vim is your $EDITOR), you can type `ctrl-x ctrl-e` and it will open your command in a buffer. Once you're satisfied, you can `:wq` and the edited command will be ready to execute in your terminal. Not exactly your usecase, but a useful one nevertheless. |
|