Clipboard selection
Clipboard selection
Posted Apr 5, 2018 10:09 UTC (Thu) by grawity (subscriber, #80596)In reply to: Clipboard selection by eru
Parent article: A look at terminal emulators, part 1
You can actually bind the same keys in xterm via ~/.Xresources:
XTerm*vt100.translations: #override \n\ Shift Ctrl <Key>C: copy-selection(CLIPBOARD) \n\ Shift Ctrl <Key>V: insert-selection(CLIPBOARD) \n\ Shift Ctrl <Key>N: spawn-new-terminal() \n
(If you wanted to do the same in urxvt, you would need to load a perl script into it.)
