Monday, 26 July 2010

Vim/gVim _vimrc setting

colorscheme vylight

set autoindent
set cindent
set smartindent
set tabstop=4
set shiftwidth=4
set nobackup
set hls
syntax on
set visualbell
filetype on
set showmatch
set guifont=inconsolata:h12
set nu
set lines=30
set columns=100

map <F4>:w <CR> :!javac % <CR>
map <F5>:!java %:r

au BufEnter * lcd %:p:h

"enew! | r!ls

No comments:

Post a Comment

가장 많이 본 글