فهرست منبع

Remove keybindings help. Add some command line options

Jose Lemus 9 سال پیش
والد
کامیت
7a75297ca5
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      pages/common/nano.md

+ 5 - 5
pages/common/nano.md

@@ -4,12 +4,12 @@
 
 - Start nano in terminal with {filename}
 
-`nano {filename}`
+`nano {{filename}}`
 
-- Save and then exit nano
+- Enable smooth scrolling.
 
-`ctrl-x`
+`nano -S {{filename}}`
 
-- Save file without exitting
+- Indent new lines to the previous lines' indentation
 
-`ctrl-o`
+`nano -i {{filename}}`