Using Nano, a simple and beginner-friendly terminal text editor.
stacker.news·1d
Flag this post

This cheat sheet covers the essential commands for editing files in Nano, a simple and beginner-friendly terminal text editor.

Navigation & Search

Ctrl + W: Where Is (Find). This opens a search prompt to help you find specific text in your document.

Ctrl + A: Go to the Beginning of the current line.

Ctrl + E: Go to the End of the current line.

Ctrl + / (then enter the line number and press [Enter]): Jumps to a specific line.

Ctrl + / (then enter 9999 and press [Enter]): Jumps to end of document.

Editing & Clipboard

Ctrl + K: Cut. This “kills” or cuts the entire line your cursor is on. I…

Similar Posts

Loading similar posts...