Tuesday, 13 February 2024

enable copy/paste from clipboard on xterm

just enter those into your .Xresources

XTerm*vt100.translations: #override \
    Shift Ctrl <Key> C: copy-selection(CLIPBOARD) \n\
    Shift Ctrl <Key> V: insert-selection(CLIPBOARD)


don't forget to   xrdb -merge ~/.Xresources

This will enable copy/paste from Clipboard to xterm

No comments:

Post a Comment