Add urxvt-perls bindings for copy/paste.

This commit is contained in:
Ian Adam Naval 2014-07-28 14:07:48 -04:00
parent 8dc17b488d
commit 394d25a030

View File

@ -12,6 +12,14 @@ URxvt.font: xft:meslo lg s:size=8
URxvt.boldFont: xft:meslo lg s:size=8
URxvt.letterSpace: -1
URxvt.scrollBar_right: true
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
URxvt.url-select.launcher: google-chrome-stable
URxvt.keysym.M-u: perl:url-select:select-next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keybboard-select:search
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
*.foreground: #f8f8f2
*.background: #252525