set smarttab
" 設定tab符u�度為4個空 �
set tabstop=
4" 設定m�lg�j�縮[u�度為4個空 �
set shiftwidth=
4" 設定tab符g�j�轉m�為空 �
set expandtab
" 設定y�c�縮[le�vo�@~i縮[v�ozautoindent, cindent, indentexpr
set autoindent
參考 ctrl + v進入visual block模式
使用方向鍵選擇需要注釋的行
輸入大寫字母 i, 再輸入 #
連按兩下 esc鍵
ctrl + v進入visual block模式
按下d即可取消
vim 配置檔案
set encoding utf 8 set fileencoding utf 8 syntax highlight syntax enable syntax on colorscheme colorscheme desert here to set line number set nu here ...
vim配置檔案
vundle 配置 set nocompatible filetype off set rtp vim bundle vundle.vim call vundle begin plugin vundlevim vundle.vim vim 外掛程式管理 plugin spf13 vim colors...
vim配置檔案
乙個簡單的vim配置檔案,留下備用,修改配置檔案永久生效,vim vimrc set nocompatible 關閉 vi 相容模式 syntax on 自動語法高亮 set number 顯示行號 set cursorline 突出顯示當前行 set ruler 開啟狀態列標尺 set shift...