As a developer, you will spend a lot of time in the terminal. So, it can be very useful to know a few shortcuts for how to maneuver around long commands:
| Shortcut | Description |
|---|---|
| Ctrl + A | Move the cursor at the beginning of the command you are currently typing on |
| Ctrl + E | Move the cursor at the end of the command you are currently typing on |
| Ctrl + K | Clears the line before the cursor position. If you are at the end of the line, delete the entire command |
| Ctrl + U | Clears the line before the cursor position. If you are at the beginning of the line, delete the entire command |
| Option+ā | Skip the cursor one word forward |
| Option+ā | Skip the cursor one word backward |
| Ctrl + C | Some processes are long-running and will need to be manually interrupted. You can do this with Ctrl + C |
I hope these terminal shortcuts were helpful, and I challenge you to play with them.
Please, let me know if there are any really good ones I might have missed.
š Build a full trivia game app with LangChain
Learn by doing with this FREE ebook! This 35-page guide walks you through every step of building your first fully functional AI-powered app using JavaScript and LangChain.js
š Build a full trivia game app with LangChain
Learn by doing with this FREE ebook! This 35-page guide walks you through every step of building your first fully functional AI-powered app using JavaScript and LangChain.js