Saturday, May 11, 2019

Nano Text Editor

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
  1. CTRL+A :-  Jump to the beginning of the line.
  2. CTRL+E :- Jump to the end of the line.
  3. CTRL+V :-  Scroll page up.
  4. CTRL+Y :- Scroll page down.
  5. CTRL+W :-  Search for a specified phrase in your text. To search for the same                            phrase again press  ALT+W.
  6. CTRL+K :-  Cuts the entire selected line to the "cut buffer".
  7. CTRL+U :-  Pastes the text from the "cut buffer memory" into the selected line.
  8. CTRL+J :-  Justifies the paragraph.
  9. CTRL+_ :-  Go to specified line and column number.
  10. CTRL+C :-  See where your cursor currently is.
  11. 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

Express

What is Express? Express is a minimal and flexible Node.js web application framework that provides a robust set of features to develo...