在Mac下是怎麼設定VIM的?
大家讲道理
大家讲道理 2017-05-16 16:43:12
0
4
650

如題,你的VIM怎麼配置的?
用於寫Python/Ruby/Shell等常用腳本。

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

全部回覆(4)
左手右手慢动作

就用了最簡單的配置~~麼有裝任何插件。命令列和gvim都用

syntax on
set nocompatible
set number
set autoindent
set smartindent
set showmatch
set hls
set incsearch
set shiftwidth=4
set ts=4
set ruler
set mousehide
set mouse=v
set encoding=utf-8
set fileencodings=utf-8,chinese,latin-1
set visualbell
if has("gui_running")
	set cursorline
	colorscheme murphy
	set background=dark
	set guifont=YaHei\ Consolas\ Hybrid:h14
	highlight Cursorline guibg=grey15
	set guioptions-=T
	set fileformat=unix
	set lines=49
	set columns=140
	set mouse=a
endif
黄舟

可以考慮我在 github 上的個 vimrc 設定檔 https://github.com/feelinglucky/vimrc

曾经蜡笔没有小新

spf13-vim 這個vim配置挺好的。 。 。

漂亮男人

yehuda的janus咯

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板