Subject: Re: Keyboard Problems
To: Karol Krizka <kkrizka@gmail.com>
From: segv <segv@netctl.net>
List: current-users
Date: 08/25/2005 22:47:46
On Thu, 25 Aug 2005 14:10:04 -0700
Karol Krizka <kkrizka@gmail.com> wrote:

> # dmesg|grep -i key
> wskbd0 at pckbd0: console keyboard, using wsdisplay0
>  and TERM is xterm when I ssh in and vt100 on the computer. Same
> behaviour on both so I don't think that is the problem. About the vi
> keys, they work and it's exactly the same thing people on the IRC
> channel suggested :P But I would still like to get home and end
> buttons working because I am quite used to them when using shell.

Dude you don't need Home/End, Page Up/Down keys at the terminal, there is a
much faster way to navigate, you have to learn the Unix way :-)

In your shell type 'set -o vi' you can put this command in your ~/.profile
file, so that it's executed every time you log in. Now you have vi editing
capabilities. There are many tutorials on the internet how to use vi. Once you
learn it, you'll never want to use anything else, trust me.