Ciao!

Dopo aver emerso vim ed aver fornito il file /etc/vimrc che usavo su LFS, ho provato ad aprire un file ed ho notato comportamenti alquanto strani.
Il file /etc/vimrc (che non sò tra l'altro se viene considerato o meno) è questo
codice:
" Begin /etc/vimrc

set nocompatible
set backspace=2
syntax on
if (&term == "iterm") || (&term == "putty")
  set background=dark
endif
set laststatus=2
set ruler
" End /etc/vimrc
I comportamenti strani sono:
1) Anche dopo aver premuto ESC, basta premere un tasto qualunque per modificare il file.
2) I tasti i,I,a,A non funzionano: non appare la scritta in basso.
3) Premendo le frecce appaiono rispettivamente le lettere
codice:
SU = A
GIU = B
DX = C
SX = D