Difference between revisions of "Template:NANO"

From Libopedia
Jump to navigation Jump to search
m
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
----
 
----
 
;NANO Editor Help
 
;NANO Editor Help
#'''CTL+O''' = Save the file and then press '''Enter'''
+
{|
#'''CTL+X''' = Exit "nano"
+
|-
*'''CTL+K''' = Delete line
+
|'''CTL+O'''
*'''CTL+U''' = Undelete line
+
|= Save the file and then press '''Enter'''
*'''CTL+W''' = Search for string
+
|-
*'''CTL+\''' = Search for and replace string
+
|'''CTL+X'''
*'''ALT+C''' = Show line numbers
+
|= Exit "nano"
*More info = http://en.wikipedia.org/wiki/Nano_(text_editor)
+
|-
 +
|'''CTL+K'''
 +
|= Delete line
 +
|-
 +
|'''CTL+U'''
 +
|= Undelete line
 +
|-
 +
|'''CTL+W'''
 +
|= Search for %%string%%
 +
|-
 +
|'''CTL+\'''
 +
|= Search for %%string%% and replace with $$string$$
 +
|-
 +
|'''CTL+C'''
 +
|= Show line numbers
 +
|}
 +
More info = http://en.wikipedia.org/wiki/Nano_(text_editor)
 
----
 
----

Latest revision as of 20:37, 16 June 2015


NANO Editor Help
CTL+O = Save the file and then press Enter
CTL+X = Exit "nano"
CTL+K = Delete line
CTL+U = Undelete line
CTL+W = Search for %%string%%
CTL+\ = Search for %%string%% and replace with $$string$$
CTL+C = Show line numbers

More info = http://en.wikipedia.org/wiki/Nano_(text_editor)