From: Samir Benmendil Date: Thu, 22 Jan 2015 14:36:50 +0000 (+0000) Subject: urxvt: borrow keybindings from termite X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8a5b3e101c79e81712e3ab36bfa0df53b27f3ca4 urxvt: borrow keybindings from termite --- diff --git a/Xresources b/Xresources index 17dff2f..d309ca8 100644 --- a/Xresources +++ b/Xresources @@ -23,13 +23,13 @@ URxvt.iso14755_52: false ! {{{1 Perl extensions URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select ! {{{2 url-select -URxvt.keysym.1-u: perl:url-select:select_next +URxvt.keysym.C-F: perl:url-select:select_next URxvt.url-select.button: 1 URxvt.url-select.launcher: mimeo URxvt.url-select.underline: true ! {{{2 keyboard-select -URxvt.keysym.1-Escape: perl:keyboard-select:activate -URxvt.keysym.1-s: perl:keyboard-select:search +URxvt.keysym.C-S-space: perl:keyboard-select:activate +URxvt.keysym.C-question: perl:keyboard-select:search ! {{{2 clipboard URxvt.keysym.C-C: perl:clipboard:copy URxvt.keysym.C-V: perl:clipboard:paste