如何在Nano Editor中用鼠标移动闪烁的光标?

费德里科·外邦(Federico Gentile)

我正在使用nano通过终端编写文本文件每当我需要选择文本的某一行的位置时,我都不得不使用键盘箭头滚动所有行来移动闪烁的光标;有没有一种方法可以避免这种情况,只需要使用鼠标直接选择我想要的光标所在的位置?

钢铁司机

您可以使用该-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.

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章