diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/xresources/.xresources/main | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/user/xresources/.xresources/main b/user/xresources/.xresources/main index fafca7f8..4d684f2d 100644 --- a/user/xresources/.xresources/main +++ b/user/xresources/.xresources/main @@ -46,7 +46,9 @@ xterm*eightBitMeta: false xterm*VT100.Translations: #override \ Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\ - Ctrl Shift <Key>C: copy-selection(CLIPBOARD) + Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ + Alt Shift <Key>V: insert-selection(CLIPBOARD) \n\ + Alt Shift <Key>C: copy-selection(CLIPBOARD) ! Local Variables: ! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name)) |