diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-02-25 19:33:27 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-02-25 19:33:27 +0000 |
| commit | d9093dc1be0cc7c01ae4781966fe0c7302e49db3 (patch) | |
| tree | 7bd174f8a57e55e14f6679e8d19275ee5f6e095a | |
| parent | 657d9fade05080c31a35dd859e373411fbb220ed (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 1dae43e..9c8393b 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 <KeyPress>C: copy-selection(CLIPBOARD) \n\ - Ctrl Shift <KeyPress>V: insert-selection(CLIPBOARD) +Xterm*VT100.Translations: #override \n\ + Ctrl Shift C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift V: insert-selection(CLIPBOARD) ! Clicking a line selects only from the current word forward XTerm*cutToBeginningOfLine : false |
