您的位置:首页 > 服装鞋帽 > 女装 > screen copy mode

screen copy mode

luyued 发布于 2011-06-26 00:17   浏览 N 次  

http://michael.thegrebs.com/2008/07/10/screen-copy-mode-can-copy/

screen copy mode can be used to copy/paste

I’m aware of many people that use GNU Screen’s copy mode to scroll back through terminal history but don’t actually use copy mode for copying text for later pasting. I was one of those people myself for some time. Screen supports some pretty nifty copy/paste tricks but a few basic key strokes will get you started.

Entering Copy Mode and Scrolling

By default, enter copy mode with

CTRL+a

then

ESCAPE

. You can use vi like commands to navigate through the scollback buffer. The arrows and

PAGE UP/DOWN

should work as well. A few useful commands some may be unfamiliar with:

  • M

    - jumps to the middle visible line

  • NN%

    - jumps to the specified percentage in the buffer (0 – start, 100 – end

  • g

    - jumps to the beginning of the buffer

  • G

    - jumps to the end of the buffer

These keys are even useful when you aren’t using copy mode to copy/paste text.

Copying Text

Once the cursor is at the beginning location, press

SPACEBAR

to set your first mark. Next navigate to the ending position and hit it again. The second

SPACEBAR

will set your end mark and exit copy mode. One neat and often useful feature is selecting a rectangle on the screen rather than full lines. Use

c

and

C

to set the left and right column margins to the cursor’s current location.

Pasting

Pasting is easy, just hit

CTRL+a

to activate screen

then]

to paste.

There’s More!

There are loads more options such as multiple copy buffers, the ability to append marked text to the buffer rather than replacing it, etc. Check out the man page for more screen goodness.

阅读全文
类别:Vim 查看评论
图文资讯
广告赞助商