From 3f408128fdd99050babd684bf56add5889050a3f Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 26 Mar 2013 00:26:00 +0400 Subject: [PATCH] Fixes for Home/End keys in tmux under URxvt. --- .urxvt/Xdefaults | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.urxvt/Xdefaults b/.urxvt/Xdefaults index 912c39d..db946c4 100644 --- a/.urxvt/Xdefaults +++ b/.urxvt/Xdefaults @@ -107,3 +107,7 @@ URxvt.perl-lib: .urxvt/perl/ ! URxvt*perl-ext: tabbed,clipboard-osc,confirm-paste,matcher,option-popup,overlay-osc,readline,remote-clipboard,searchable-scrollback,selection,selection- autotransform,selection-pastbin,selection-popup,xim-onthespot !URxvt.perl-ext-common: default,tabbedex,matcher,url-select,clipboard-osc URxvt*perl-ext: default,tabbedex,matcher,url-select,clipboard-osc,searchable-scrollback + +! Fixes for keys (Home, End, etc...) +URxvt*keysym.Home: \033[1~ +URxvt*keysym.End: \033[4~