Selecting text in terminal without using the mouse

后端 未结 3 1545
小蘑菇
小蘑菇 2020-12-23 20:11

If I\'m working in a terminal window in Linux, is there a keyboard shortcut I can use to select output displayed on previous lines? If I select something with the mouse I ca

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-23 20:48

    You can use the screen application and enter copy mode with Ctrl+a, Esc. Start selecting text with Space and end selecting text with Space. Insert text with Ctrl+a, ]

提交回复
热议问题