Nano
Nano is a text editor for Linux using a command line interface. Simple terminal based text editor.
The following are some commands in Nano:
- Ctrl + o- It used to save the current file.
- Ctrl + g - Help
- Ctrl + k - Cut a sentence or paragraph
- Ctrl + u - Uncut: It undo the cut command
- Ctrl + j - It justify the paragraph or sentence according to our work.
- Alt + a - It used to highlight a word or sentence in a paragraph
- Ctrl + x - It used to exit from nano
- Ctrl + e - It used to move the cursor to the last of the current sentence.
- Crtl + h - It used to delete a character from back
- Ctrl + 6 - It used to highlight a word or sentence in a paragraph
- Ctrl + a - It bring the cursor to the first of the current sentence
- Ctrl + d - It used to delete a character from front like delete button
- Ctrl + f - It moves next from current letter
- Ctrl + b - move back from current letter
- Ctrl + r - open/ read a file
- Ctrl +w - search in terminal
- Ctrl +c - cancel the current command
- Ctrl +x - Exit from nano
- Ctrl + / - It move the cursor to the line we want
- Ctrl +n - It move the cursor to down
- Ctrl +p - It move the cursor to up
- Ctrl +z - Direct exit.
Thank you...
ReplyDelete