From: James Bunton Date: Fri, 8 Feb 2008 07:50:09 +0000 (+1100) Subject: Fix urxvt home/end X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/166bd3c375346c7d5e26c7d33e52d75d314821fd?hp=70daf3ef1c20cc43f68bb9d3ca673ced220441ef Fix urxvt home/end --- 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~