Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Block selection in xterm

Is it possible to have a block (as in "rectangular") selection in xterm?

If yes, is it assigned by default to a key/mouse binding or does it have to be assigned separately?

Thanks :) Sorin

like image 225
Sorin Mocanu Avatar asked Aug 05 '09 09:08

Sorin Mocanu


2 Answers

I don't believe there's any such support in xterm, I'm afraid.

like image 163
Brian Agnew Avatar answered Sep 30 '22 00:09

Brian Agnew


No, this is not available in xterm.

You can use a terminal text editor such as Vim to make selections. First you have to save your text in a file, then edit it with a text editor. In Vim, press Control+V, then use Up and Down arrow keys.

like image 45
Philip Ganchev Avatar answered Sep 29 '22 22:09

Philip Ganchev