You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
385 B
20 lines
385 B
set ruler
|
|
set showmode
|
|
set showcmd
|
|
syntax on
|
|
set showmatch
|
|
set scrolloff=3
|
|
set autoindent
|
|
set smartindent
|
|
set number
|
|
set mouse-=a
|
|
colorscheme industry
|
|
set showbreak=\\
|
|
set background=dark
|
|
set ignorecase
|
|
set smartcase
|
|
set incsearch
|
|
set nojoinspaces
|
|
"set laststatus=2
|
|
"set statusline=%1*%n:%*\ %<%f\ %y%m%2*%r%*%=[%b,0x%B]\ \ %l/%L,%c%V\ \ %P
|
|
"highlight ja guibg=white guifg=blue
|
|
|