Skip to content

Instantly share code, notes, and snippets.

@reusee
Created October 30, 2011 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reusee/1325724 to your computer and use it in GitHub Desktop.
Save reusee/1325724 to your computer and use it in GitHub Desktop.
reus vimrc reusee@gmail.com
colo evening
syntax on
filetype plugin on
set autochdir
set autoindent
set cursorline
set dir=~/.vimdir
set expandtab
set fileencoding=utf-8
set fileencodings=utf-8
set guioptions=fecitp
set hls is
set nobackup
set nocp
set noswf
set nowritebackup
set nu
set shiftwidth=2
set sm
set softtabstop=2
set tabstop=2
set virtualedit=onemore
set guifont=Monaco
set linespace=2
nmap <F1> :browse tabe e<CR>
nmap <F2> :browse sav<CR>
nmap <F3> :browse sav!<CR>
nmap <F4> :q<CR>
nmap <F5> :tabe<CR>
nmap H :tabprev<CR>
nmap L :tabnext<CR>
"source $VIMRUNTIME/delmenu.vim
"source $VIMRUNTIME/menu.vim
au BufRead,BufNewFile *.def set filetype=defwork
au! Syntax defwork source /home/reus/defwork/defwork.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment