diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-08-16 11:19:08 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-08-16 11:19:08 +0200 |
commit | cc08af5a965fd40a574e748415cac111fd438494 (patch) | |
tree | bf3c44a5b1cea270a52107e0aaf4fd8332d2b8a4 | |
parent | 80334b94c3300b03be22e50307bf3d0ab1b92108 (diff) |
Add keys for line scrolling
-rw-r--r-- | xorg/xresources | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xorg/xresources b/xorg/xresources index bfb066f..1a55ba8 100644 --- a/xorg/xresources +++ b/xorg/xresources @@ -14,7 +14,10 @@ *cutchars: `"()'*<>[]{|} *urgentOnBell: true *visualBell: false -*cursorUnderline: true +*cursorUnderline: true + +URxvt.keysym.Shift-Up: command:\033]720;1\007 +URxvt.keysym.Shift-Down: command:\033]721;1\007 *background: #000000 *foreground: #ffffff |