VIM: 解決Delete(backspace)按鍵失效問題

繼上一篇 編譯vim添加python支持 以後,發現backspace失效了,查找資料發現,是由於backspace變量爲空,html

打開vim,輸入python

:set backspace

若是出現的是linux

backspace=

那麼就是backspace爲空致使的了,  解決方法很簡單,在.vimrc中加入git

set backspace=2

附上網上的說法,這裏的選項有3個github

0 same as 「:set backspace=」 (Vi compatible)
1 same as 「:set backspace=indent,eol」
2 same as 「:set backspace=indent,eol,start」

 

參考資料:vim

http://stackoverflow.com/questions/10727392/vim-not-allowing-backspace?answertab=active#tab-topspa

http://cenalulu.github.io/linux/why-my-backspace-not-work-in-vim/code

相關文章
相關標籤/搜索