Browse Source

nano: started tldr for nano

Jose Lemus 9 years ago
parent
commit
670db7af07
1 changed files with 15 additions and 0 deletions
  1. 15 0
      pages/common/nano.md

+ 15 - 0
pages/common/nano.md

@@ -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`