Terminal Tips
Navigating Editing Lines
- You can use
Ctrl+Uto clear up to the beginning. - You can use
Ctrl+Wto delete just a word. - You can also use
Ctrl+Cto cancel. - If you want to keep the history, you can use
Alt+Shift+#to make it a comment.
Ctrl+U to clear up to the beginning.Ctrl+W to delete just a word.Ctrl+C to cancel.Alt+Shift+# to make it a comment.