Debian下的VIM

來源:互聯網
上載者:User

原來Debian內建的vim是vim.tiny,不支援文法高亮提示等功能。通過下面命令得知vim在/usr/bin下

    whereis vim

通過下面命令得知vi和vim都是連結到了vim.tiny

    ls -al /usr/bin/vi*

所以要自己安裝了

    apt-get install vim

根據個人需要,還可以安裝ctags、vim-doc、vim-scripts這幾個包。

VI常用的配置選項
-----------------------
syntax on
set number
set showcmd
set incsearch
set expandtab
set showcmd
set history=400
set autoread
set ffs=unix,mac,dos
set ignorecase
set hlsearch
set shiftwidth=2
set wrap
set ai
set si
set cindent
set termencoding=unix
set tabstop=2
set nocompatible
set showmatch
set fileencodings=utf-8,gb2312
set ttyfast
set imcmdline
set previewwindow
set showfulltag
set vb t_vb=
set cursorline
set nowrapscan
set ruler

 

安裝完了vim以後,可以使用這個設定檔:

http://amix.dk/vim/vimrc.html 

這個設定檔中缺少MySys()函數,在檔案開頭自己加一個:

" Platform
function! MySys()
  return "linux"
endfunction

色彩配置:

http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/index-c.html

 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.