nano: started tldr for nano

This commit is contained in:
Jose Lemus 2015-12-30 14:31:49 -05:00
parent 1f74ef276d
commit 670db7af07

15
pages/common/nano.md Normal file
View File

@ -0,0 +1,15 @@
# nano
> Simple, easy to use editor. An enhanced, free Pico clone.
- Start nano in terminal with {filename}
`nano {filename}`
- Save and then exit nano
`ctrl-x`
- Save file without exitting
`ctrl-o`