VIM Config

"Vim Config

set encoding=gbk

set fileencodings=utf-8

set fileencoding=utf-8

set number

set autoindent

set expandtab

set tabstop=4

set shiftwidth=4

set showmode 

set showcmd 

set autochdir

se ruler

set nobackup

set noswapfile

au GUIEnter * simalt ~x

set guioptions-=T

set guioptions-=m

syntax on

colorscheme desert

nmap wm :NERDTree<cr>

map <F8> :exec "!python -B %"<CR>


猜你喜欢

转载自al80402.iteye.com/blog/1765246
Vim