Answers:
确实,这man nano很简短。但是,如果您具有“默认” nano,则应该在屏幕底部看到一个小的帮助菜单,如下所示:  

如果您没有看到这样的菜单,则可能需要进入/etc/nanorc并寻找以下内容:
## Don't display the helpful shortcut lists at the bottom of the screen.
# set nohelp
取消注释第二行会导致菜单被隐藏。您可能希望将其复制为主/etc/nanorc文件夹,.nanorc然后编辑该副本以进行用户特定的修改。
您还可以随时按Ctrl+ 访问nano的内置帮助(和快捷方式)G。