diff options
author | Alan Pearce | 2019-11-14 15:01:12 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-14 15:01:12 +0100 |
commit | 02348ac8f494e71c910a02b4e8ed10befa1c8162 (patch) | |
tree | 923f93afc2a3293cc867fd2f04d7aa35b6cd92be /user/xresources/.xresources/main | |
parent | 53d2c12a1c368c2c67bc6264a433445ad0dcea3e (diff) | |
download | nixfiles-02348ac8f494e71c910a02b4e8ed10befa1c8162.tar.lz nixfiles-02348ac8f494e71c910a02b4e8ed10befa1c8162.tar.zst nixfiles-02348ac8f494e71c910a02b4e8ed10befa1c8162.zip |
xresources: add alt+shift+{c,v} for clipboard copy/paste
Diffstat (limited to 'user/xresources/.xresources/main')
-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)) |