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>


 

你可能感兴趣的:(vim)