Difference between revisions of "Template:NANO"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
|- | |- | ||
|'''CTL+O''' | |'''CTL+O''' | ||
| − | |Save the file and then press '''Enter''' | + | |= Save the file and then press '''Enter''' |
|- | |- | ||
|'''CTL+X''' | |'''CTL+X''' | ||
| − | |Exit "nano" | + | |= Exit "nano" |
|- | |- | ||
|'''CTL+K''' | |'''CTL+K''' | ||
| − | |Delete line | + | |= Delete line |
|- | |- | ||
|'''CTL+U''' | |'''CTL+U''' | ||
| − | |Undelete line | + | |= Undelete line |
|- | |- | ||
|'''CTL+W''' | |'''CTL+W''' | ||
| − | |Search for string | + | |= Search for string |
|- | |- | ||
|'''CTL+\''' | |'''CTL+\''' | ||
| − | |Search for and replace string | + | |= Search for and replace string |
|- | |- | ||
|'''ALT+C''' | |'''ALT+C''' | ||
| − | |Show line numbers | + | |= 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:48, 3 October 2013
- 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 and replace string |
| ALT+C | = Show line numbers |
- More info = http://en.wikipedia.org/wiki/Nano_(text_editor)