Followers

Total Pageviews

Translate

Sunday, November 10, 2019

Nano Text editor

Nano Text editor

  • Nano is a text editor for Unix-like computing systems or operating environments using a command line interface.
  • It emulates the Pico text editor, part of the Pine email client, and also provides additional functionality
  • Original author : Chris Allegretta
  • Written in C
  • License : GNU General Public License
  • Website : https://www.nano-editor.org/


Commands Of Nano Text editor



  • Ctrl+O : Save 

  • Ctrl+X : Exit


  • Ctrl+R : Read file & insert file


  • Ctrl+N : Next line


  • Ctrl+P : Previous
  • Ctrl+Y : First line


  • Ctrl+V : Last line


  • Ctrl+T : Spell checker 




  • Alter+W : Repeat




  • Alter+A  : Selection mode



  • Alter+6 : Copy 



  • Alter+U : paste


  • Ctrl+Z : Suspend



  • Ctrl+_ (under score) :Minimize


Ctrl+0 : Maximize


  • Ctrl+7 : Screen full up



  • Ctrl+8 : Screen full down





  • Ctrl+K : Cut





  • Ctrl+U : Paste




  • Ctrl+N : New line





  • Ctrl+B : Go back in charters


  • Ctrl+D : Delete  





  • F11 : Full screen 



  • Ctrl+\ : Replace



  • Ctrl+L : Refresh




  • Ctrl+A : Begging of current line




  • Ctrl+G : Display to help set



  • Ctrl+J : Justify for line




  • Ctrl+Space-bar : Foward word





  • Ctrl+C: position of cursor




  • Alter+/= : Go last line




  • Alter+\= : Go First line



Ctrl+L : Refresh the current screen


2 comments: