[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Lenny and Squeeze issues with Home and End keys in Vim



debian-user:

The Home and End keys do not function correctly in Vim on updated Lenny or Squeeze, or when I ssh into other machines where Vim works correctly from the console:

* Pressing Home in command or insert mode puts Vim into insert mode and inserts 'H' and newline into the document

* Pressing End in command or insert mode puts Vim into insert mode and inserts 'F' and newline into the document


Any suggestions?


TIA,

David


2011-02-07 16:50:39 dpchrist@p43400e ~
$ echo $TERM
linux

2011-02-07 16:54:31 dpchrist@p43400e ~
$ cat .vimrc
set autoindent
set nomodeline
set number
set shiftwidth=4
set numberwidth=8


Reply to: