Berkeley CSUA MOTD:Entry 49805
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

1996/8/8 [Computer/Networking] UID:49805 Activity:nil
8/7     I want to set up Jove so that I can use the arrow keys to move
        the cursor, but I can't find any man pages or anything telling
        me how to do this.  Anyone know of any on-line documentation to
        save me from ^F, ^B, ^P, and ^N? -- Mikeym
        \_ Here's some stuff from my .joverc - mogul

# make VT100 arrows keys work
make-keymap vt100-map
bind-keymap-to-key vt100-map O
bind-to-key backward-character OD
bind-to-key forward-character OC
bind-to-key previous-line OA
bind-to-key next-line OB