DEV Community

Discussion on: What are your command line tips?

Collapse
 
jonasbn profile image
Jonas Brømsø

For Bash: CTRL-x-e lets you edit complex command line constructs in the editor specified via $EDITOR

REF: jonasbn.github.io/til/bash/edit_co...