DEV Community

Discussion on: Leveling Up Your Terminal/Command-Line Navigation

Collapse
 
anduser96 profile image
Andrei Gatej • Edited

Thanks for sharing!

I would also add:

  • CTRL + SHIFT + T: create a new terminal tab

  • CTRL + SHIFT + W: close the current terminal tab

  • mkdir path/to/dir && cd $_: create a directory and cd into it as soon as it is created; the same concept can be applied to files

Collapse
 
mitjmcc profile image
Mitch McClellan

It would be useful to set an alias for that last one.