vim for Agenda VR3 Sven Hartrumpf 2001-10-18 (last update: 2001-11-05) (vim version 6.0 (plus patches 1-73), 6.1a from http://www.vim.org) The following steps work for example with this cross-compiler: james-snow-compiler-1.2.0.tar.gz 1. In src/auto/configure Delete in the body of each 'if' statement about $cross_compiling = yes the command exit 1; (9 occurrences). 2. In src/os_unix.c: delete line containing term_set_winsize 3. Type: ./configure --disable-gpm --disable-gui --disable-nls --disable-xim --without-x --with-features=big (If you want a smaller binary (470k instead of 1100k), add option --with-features=tiny .) 4. Type: make 5. Type: make install 5. Install Copy vim to a suitable location on your VR3 (/usr/local/bin) and parts of the share/ directory tree that you need. Maybe use a ~/.vimrc file along these lines: noremap j gj noremap k gk noremap gj noremap gk set autoindent set expandtab set backspace=2 set hidden set hlsearch set lisp set matchpairs+=<:> set notitle set showmatch set visualbell set whichwrap+=<,>,h,l,[,]