"vim common config" setnu" show number set tabstop=4" set tab to 4 set softtabstop=4" setshiftwidth=4" set autoindent " autotab setcindent" fit for c and cpp set expandtab " set showmatch " set ruler " set ruler set cursorline " add suesorline "colorscheme monokai let mapleader = "," set guifont=Consolas:h15" set font set nobackup " disable backup setlocal noswapfile " disable .swp set noundofile " disable un set hlsearch " highlight search set showmode " show mode one the bottom set showcmd " show command on the bottom set t_Co=256" use 256 colors set noerrorbells " " high light syntax syntaxon syntax enable