vim Keybindings

2009-10-31 Thread Drew Tomlinson
I'm experiencing an annoying problem with vim on FBSD 8 that I don't have on FBSD 7. Whenever I start vim, if I press the down arrow as the first key, it deletes the first line of my file and enters insert mode. All the other keys work fine and even the down arrow works fine after the first

Re: vim Keybindings

2009-10-31 Thread Jozsef
On Sat, 31 Oct 2009, Drew Tomlinson wrote: I'm experiencing an annoying problem with vim on FBSD 8 that I don't have on FBSD 7. Whenever I start vim, if I press the down arrow as the first key, it deletes the first line of my file and enters insert mode. All the other keys work fine and

Re: vim Keybindings

2009-10-31 Thread herbert langhans
The original vi is doing this as well? If not you should write to the port maintainer and the developers. Cheers herb langhans On Sat, Oct 31, 2009 at 12:22:31PM -0700, Drew Tomlinson wrote: I'm experiencing an annoying problem with vim on FBSD 8 that I don't have on FBSD 7. Whenever I

Re: vim Keybindings

2009-10-31 Thread Chuck Robey
Drew Tomlinson wrote: I'm experiencing an annoying problem with vim on FBSD 8 that I don't have on FBSD 7. Whenever I start vim, if I press the down arrow as the first key, it deletes the first line of my file and enters insert mode. All the other keys work fine and even the down arrow works

Re: vim Keybindings

2009-10-31 Thread patrick
Try creating /usr/local/share/vim/vimrc with the following: set nomodeline set nocompatible Patrick On Sat, Oct 31, 2009 at 12:22 PM, Drew Tomlinson d...@mykitchentable.net wrote: I'm experiencing an annoying problem with vim on FBSD 8 that I don't have on FBSD 7.  Whenever I start vim, if I