nano: started tldr for nano

waldyrious/alt-syntax
Jose Lemus 2015-12-30 14:31:49 -05:00
parent 1f74ef276d
commit 670db7af07
1 changed files with 15 additions and 0 deletions

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`