解決Cygwin中vim的backspace不能正常使用(轉)

來源:互聯網
上載者:User

標籤:blog   http   使用   資料   width   art   

轉載於:http://blog.chinaunix.net/uid-20614631-id-1914849.html  親測可用

 

 

先把Cygwin下載下來,想在linux下編程的話一定要安裝vim,gcc和gdb,現在主要是解決vim中backspace不能正常

使用的問題。Cygwin安裝之後開啟顯示的應該是這樣的格式 [email protected] ~
現在是在/home/username路徑下,比如說我的使用者名稱字是grass,電腦名稱字是WJK,現進行如下操作:
[email protected] $ cd /home/grass
[email protected] $ vim .vimrc  然後輸入下面一段設定:
//start

set nocompatible
set backspace=indent,eol,start
set ruler
set showcmd
set wildmenu
set fo=cqrt
set laststatus=2
set textwidth=78
set ww=<,>,h,l
set autoindent
" set no error bells
set noeb visualbell
set expandtab
set tabstop=4
set shiftwidth=4
set expandtab
let mapleader = ","
syn on
filetype on
filetype plugin on
filetype indent on

//over
最後:wq


現在vim操作基本上沒有問題了,而且在編寫c程式時還會自動標識資料類型,常量,關鍵字等。不過還有許多設定網上應該都有。

相關文章

聯繫我們

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