如何扩展在Linux控制台编辑纳米和微微select?

如何用键盘扩展纳米和微微的select,所以我可以移动和复制块?

对不起,这是我自己通常会发现的一个问题,但是现在我在不同的场合search了很多东西,但都没有成功。

我从nano的帮助屏幕里面按下了ctrl-g:

Ctrl F-Key Esc Key ^^ (F15) (MA) Mark text at the cursor position M-^ (M-6) Copy the current line and store it in the cutbuffer ^U (F10) Uncut from the cutbuffer into the current line 

^ = ctrl
M = esc

因此,将光标置于要select的位置的开头,然后按esc-actrl-shift-6F15然后用箭头键移动光标以突出显示文本。 突出显示后,按esc-6复制文本。 最后移动到要粘贴的位置,然后按ctrl-uF10 。 我只是在OS X上testingnano 2.0.6,但应该全面工作。