diff options
| -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 |
