Answers:
您可以使用该-m (--mouse)
选项启动nano 。从man nano
-m (--mouse)
Enable mouse support, if available for your system. When
enabled, mouse clicks can be used to place the cursor, set the
mark (with a double click), and execute shortcuts. The mouse
will work in the X Window System, and on the console when gpm
is running.
我想我知道您想转到该行中的特定行和特定字符,是吗?无需在整个文件中手动移动光标。
在nano中:
如果您按Ctrl + _(在我的键盘上为Control Shift-),它将提示您输入行号和列号。