Nano editor in Linux is quite handy when working with text files in terminal window. Here's some keystroke that is quite useful when using Nano or editing text file with Nano. Ctrl + i is like pressing the "Tab" key Ctrl + y will go to top of the current displayed window or the top of the current nano screen Ctrl + v will go to the end of the current displayed window or the end of the current nano screen Ctrl + m will move current line below the current cursor position Ctrl + d will delete empty line or will delete tab spaces or will delete a single character if the line has text on it Ctrl + k will cut the current line or current line will be cut and copied to clipboard (like Ctrl + x in word document if the text is highlighted) Ctrl + u will paste the line that was cut or whatever is on the clipboard (like Ctrl /+ v in word doc...
Make the world a better place by sharing knowledge, ideas and anything that you can give that comes from the heart.