Ho appena apportato alcune modifiche al .vimrcfile e al .bash_aliasesfile e da quel momento non posso eliminare le parole con il tasto backspace.
Il mio .vimrcfile contiene:
set nocompatible
set number
set incsearch
set autoindent
set ruler
set autowrite
set smarttab
set linebreak
set spell
set et
set title
set mouse=v
set history=50
set tabstop=4
set matchtime=2
set matchpairs+=<:>
syntax enable
filetype plugin indent on
filetype indent on
set sw=4
map <f2> :w\|!python %
hi SpellBad ctermfg=000 guifg=#000
E il mio .bash_aliasesfile ha due righe per Vim:
alias vim="vim -c 'startinsert' -u ~/.vim/.vimrc"
alias vi="vi -c 'startinsert' -u ~/.vim/.vimrc"
La mia ~/.vimdirectory non ha un singolo plugin o script, quindi non c'è alcuna possibilità che il plugin lo causi.
~/.vim/.vimrcè un collegamento simbolico. Il .vimrcfile effettivo si trova nella ~/vimrc/directory che è un repository git.