我可以自定义 Nano Editor 中的底部帮助行吗?

我可以自定义 Nano Editor 中的底部帮助行吗?

我可以从 nano 编辑器中选择出现在底部两行的快捷方式吗?

因此,除了默认的之外,我Go to line and column number还可以Mark text at the cursor positionJustify the current paragraphInsert another file into the current one

如果可以,我该怎么做?我在谷歌或任何地方都找不到任何信息

答案1

这些快捷键是硬编码的,因此如果不修改源代码,就无法更改它们。你可以在全局.c文件。

如果您想隐藏快捷方式,您可以使用标志启动 nanonano -x或添加set nohelp到您的~/.nanorc文件中。

相关内容