Xresources: set Ctrl-Shift-{C,V} for copy, paste under URxvt
This commit is contained in:
parent
b302149995
commit
da3871fd2f
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ URxvt.keysym.Home: \033[1~
|
|||
URxvt.keysym.End: \033[4~
|
||||
URxvt.keysym.KP_Home: \033[1~
|
||||
URxvt.keysym.KP_End: \033[4~
|
||||
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
|
||||
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
||||
|
||||
! Xft settings ---------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue