diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-02-25 19:49:29 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-02-25 19:49:29 +0000 |
| commit | 5507a5c5a4f3fa37b4fb385c7b4aff1380e1ba6d (patch) | |
| tree | 38d06f2efc1a2b4a864f25e36f2595777936cdc4 | |
| parent | d9093dc1be0cc7c01ae4781966fe0c7302e49db3 (diff) | |
Tidy up copy paste section
| -rw-r--r-- | .Xresources | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.Xresources b/.Xresources index 9c8393b..aa2e59f 100644 --- a/.Xresources +++ b/.Xresources @@ -21,9 +21,9 @@ XTerm*faceSize: 10 XTerm*keepClipboard: true XTerm*selectToClipboard: true -Xterm*VT100.Translations: #override \n\ - Ctrl Shift C: copy-selection(CLIPBOARD) \n\ - Ctrl Shift V: insert-selection(CLIPBOARD) +XTerm*VT100.Translations: #override \n\ + Ctrl Shift <KeyPress>C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift <KeyPress>V: insert-selection(CLIPBOARD) ! Clicking a line selects only from the current word forward XTerm*cutToBeginningOfLine : false |
