Selecting text in terminal without using the mouse

后端 未结 3 1546
小蘑菇
小蘑菇 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:51

    Daniel Micay's Termite sports a "selection mode". Pressing Ctrl+Shift+Space will activate it. It's got vim-like key bindings. v or V will select à la vim's visual mode, y will yank, Esc will exit selection mode.

提交回复
热议问题