Fix del not working

This commit is contained in:
Rnhmjoj 2014-07-21 03:20:44 +02:00
parent a3856a88ce
commit 4df3ebfd1c

1
vimrc
View File

@ -105,6 +105,7 @@ set spell spelllang=it
set nospell " ...solo quando serve
set nocompatible " Disabilita la compatibilità con vi
set backspace=2 " Fix per il DEL nel terminale
set hidden " Nasconde i buffers
set history=1000 " Aumenta la cronologia
set incsearch " Ricerca incrementale