Difference between revisions of "Template:NANO"

From Libopedia
Jump to navigation Jump to search
Line 1: Line 1:
 
----
 
----
 
;NANO Editor Help
 
;NANO Editor Help
#Save the file by typing '''CTL+O''' and then pressing '''Enter'''.
+
#'''CTL+O''' = Save the file and then press '''Enter'''
#To exit "nano" type '''CTL+X'''.
+
#'''CTL+X''' = Exit "nano"
*Delete line = '''CTL+K'''
+
*'''CTL+K''' = Delete line
*Undelete line = '''CTL+U'''
+
*'''CTL+U''' = Undelete line
*Search = '''CTL+W'''
+
*'''CTL+W''' = Search for string
*Search and replace = '''CTL+\'''
+
*'''CTL+\''' = Search for and replace string
*Show line numbers = '''ALT+C'''
+
*'''ALT+C''' = Show line numbers
 
*More info = http://en.wikipedia.org/wiki/Nano_(text_editor)
 
*More info = http://en.wikipedia.org/wiki/Nano_(text_editor)
 
----
 
----

Revision as of 11:43, 3 October 2013


NANO Editor Help
  1. CTL+O = Save the file and then press Enter
  2. CTL+X = Exit "nano"