" set the runtime path to include vundle and initialize set rtp+=~/.vim/bundle/vundle.vim call vundle#begin() " alternatively, pass a path where vundle should install plugins "call vundle#begin('~/some/path/here
Vim 作為一款功能強(qiáng)大、選項(xiàng)豐富的編輯器,為許多用戶所熱愛。本文介紹了一些在 Vim 中默認(rèn)未啟用但實(shí)際非常有用的選項(xiàng)。雖然可以在每個(gè) Vim 會(huì)話中單獨(dú)啟用,但為了創(chuàng)建一個(gè)開箱即用的高效編輯環(huán)境,還是建議在 Vim 的配置文件中配置這些命令。 技巧:快速提高 vim 使用效率的原則與途徑 ...