Nano Text Editor
- Original author(s) :- Chris Allegretta
- Initial release :- 6 June 2000
- Operating system :- Cross-platform
- Available in :- English
- Written in :- C
- Type :- Text editor
Nano Text Editor Commands
- CTRL+A :- Jump to the beginning of the line.
- CTRL+E :- Jump to the end of the line.
- CTRL+V :- Scroll page up.
- CTRL+Y :- Scroll page down.
- CTRL+W :- Search for a specified phrase in your text. To search for the same phrase again press ALT+W.
- CTRL+K :- Cuts the entire selected line to the "cut buffer".
- CTRL+U :- Pastes the text from the "cut buffer memory" into the selected line.
- CTRL+J :- Justifies the paragraph.
- CTRL+_ :- Go to specified line and column number.
- CTRL+C :- See where your cursor currently is.
- CTRL+X :- Exits nano text editor. In case you made any changes to the file,it will prompt a save request.
No comments:
Post a Comment