Difference between revisions of "Template:NANO"

From Libopedia
Jump to navigation Jump to search
Line 3: Line 3:
 
#Save the file by typing '''CTL+O''' and then pressing '''Enter'''.
 
#Save the file by typing '''CTL+O''' and then pressing '''Enter'''.
 
#To exit "nano" type '''CTL+X'''.
 
#To exit "nano" type '''CTL+X'''.
 +
*Delete line = '''CTL+K'''
 
*Search = '''CTL+W'''
 
*Search = '''CTL+W'''
 
*Search and replace = '''CTL+\'''
 
*Search and replace = '''CTL+\'''
 
*More info = http://en.wikipedia.org/wiki/Nano_(text_editor)
 
*More info = http://en.wikipedia.org/wiki/Nano_(text_editor)
 
----
 
----

Revision as of 09:01, 3 November 2012


NANO Editor Help
  1. Save the file by typing CTL+O and then pressing Enter.
  2. To exit "nano" type CTL+X.