Created
March 5, 2017 04:05
-
-
Save YuerLee/2e3dc2bfda01b5a81d700cf4d929cc58 to your computer and use it in GitHub Desktop.
vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set number | |
syntax enable | |
set encoding=utf-8 | |
set langmenu=zh_tw.utf-8 | |
language message zh_TW.UTF-8 | |
set fileencodings=ucs-bom,utf-8,big5,cp936,gb18030,euc-jp,euc-kr,latin1 | |
set shiftwidth=4 " 設定縮排寬度 = 4 | |
set tabstop=4 " tab 的字元數 | |
set softtabstop=4 | |
set expandtab " 用 space 代替 tab | |
set listchars=tab:»»,trail:·,extends:»,precedes:« | |
set list | |
set nocompatible | |
set backspace=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment