我只是对.vimrc文件和.bash_aliases文件做了一些更改,从那时我不能删除字用退格键。
原文链接:https://www.f2er.com/bash/390581.html我的.vimrc文件有:
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
和我的.bash_aliases文件有两行为Vim:
alias vim="vim -c 'startinsert' -u ~/.vim/.vimrc" alias vi="vi -c 'startinsert' -u ~/.vim/.vimrc"
我的〜/ .vim目录没有一个插件或脚本,所以没有任何机会,插件会导致这一点。
〜/ .vim / .vimrc是一个符号链接。实际的.vimrc文件在〜/ vimrc /目录中,这是一个git存储库。