vim設定檔

來源:互聯網
上載者:User

標籤:vim設定檔

vim設定檔 .vimrc


"winpos 5 5          " 設定視窗位置  
"set lines=40 columns=155    " 設定視窗大小  
set nu              " 顯示行號  
set go=             " 不要圖形按鈕  
"color asmanian2     " 設定背景主題  
set guifont=Courier_New:h10:cANSI   " 設定字型  
"syntax on           " 文法高亮  
autocmd InsertLeave * se nocul  " 用淺色高亮當前行  
autocmd InsertEnter * se cul    " 用淺色高亮當前行  
"set ruler           " 顯示尺規  
set showcmd         " 輸入的命令顯示出來,看的清楚些  
"set cmdheight=1     " 命令列(在狀態行下)的高度,設定為1  
"set whichwrap+=<,>,h,l   " 允許backspace和游標鍵跨越行邊界(不建議)  
"set scrolloff=3     " 游標移動到buffer的頂部和底部時保持3行距離  
set novisualbell    " 不要閃爍(不明白)  
set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%l,%v][%p%%]\ %{strftime(\"%d/%m/%y\ -\ %H:%M\")}   "狀態行顯示的內容  
set laststatus=1    " 啟動顯示狀態行(1),總是顯示狀態行(2)  
set foldenable      " 允許摺疊  
set foldmethod=manual   " 手動摺疊  
"set background=dark "背景使用黑色
set nocompatible  "去掉討厭的有關vi一致性模式,避免以前版本的一些bug和局限  
" 顯示中文協助
if version >= 603
    set helplang=cn
    set encoding=utf-8
endif
" 設定色彩配置
"colorscheme murphy
"字型
"if (has("gui_running"))
"   set guifont=Bitstream\ Vera\ Sans\ Mono\ 10
"endif

 
set fencs=utf-8,ucs-bom,shift-jis,gb18030,gbk,gb2312,cp936
set termencoding=utf-8
set encoding=utf-8
set fileencodings=ucs-bom,utf-8,cp936
set fileencoding=utf-8
if has("gui_running")
        "colorscheme default        " It doesn‘t matter whether you comment this or not
        :
else
        colorscheme desert         " I‘d like to use modified desert scheme instead
                                " of the default one, in the CLI mode of course;-)
endif

vim設定檔

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.