Fixes for Home/End keys in tmux under URxvt.

This commit is contained in:
Kolan Sh 2013-03-26 00:26:00 +04:00
parent e19a772ece
commit 3f408128fd
1 changed files with 4 additions and 0 deletions

View File

@ -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~