diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-03-23 22:01:06 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-03-23 22:01:06 +0100 |
| commit | 6b9a5f9d271786d86ee2cc1af1b10051e36f417a (patch) | |
| tree | a194745228c85f079123fc764333e531c529e28a /.Xresources | |
| parent | 90e5c281bc08859131f6680fdc3271e3cafc300a (diff) | |
add copy-paste in xterm
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index 84b45b0..00fdd60 100644 --- a/.Xresources +++ b/.Xresources @@ -26,7 +26,9 @@ xterm*internalBorder: 4 xterm*VT100.Translations: #override \ <Key> F11: fullscreen(toggle) \n\ Ctrl <Key> Next: smaller-vt-font() \n\ - Ctrl <Key> Prior: larger-vt-font() \n + Ctrl <Key> Prior: larger-vt-font() \n\ + Shift Ctrl <Key> C: copy-selection(CLIPBOARD) \n\ + Shift Ctrl <Key> V: insert-selection(CLIPBOARD) \n ! Meta <Key> minus: smaller-vt-font() \n\ ! Meta <Key> equal: larger-vt-font() \n xterm*cursorColor: red |
