From 166bd3c375346c7d5e26c7d33e52d75d314821fd Mon Sep 17 00:00:00 2001 From: James Bunton Date: Fri, 8 Feb 2008 18:50:09 +1100 Subject: [PATCH] Fix urxvt home/end --- .Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.Xresources b/.Xresources index 43503b2..6acc5b7 100644 --- a/.Xresources +++ b/.Xresources @@ -35,8 +35,8 @@ URxvt.shading: -10 URxvt.termName: xterm ! Make the keys behave like the xterm terminfo says they should -URxvt.keysym.Home: \033[H -URxvt.keysym.End: \033[F +URxvt.keysym.Home: \033OH +URxvt.keysym.End: \033OF URxvt.backspacekey: ^? URxvt.deletekey: \033[3~ -- 2.39.2