Skip to content

Instantly share code, notes, and snippets.

@rogerleite
Created January 28, 2011 15:49
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 rogerleite/800426 to your computer and use it in GitHub Desktop.
Save rogerleite/800426 to your computer and use it in GitHub Desktop.
My .vimrc file
"https://github.com/akitaonrails/vimfiles
"git://github.com/akitaonrails/vimfiles.git
source ~/.vim/vimrc
nnoremap <C-b> :BufExplorer<cr>
nnoremap <C-f> :CommandT<CR>
"disable visual bell for all platforms
if has("autocmd") && has("gui")
au GUIEnter * set t_vb=
endif
"colorscheme vibrantink
colorscheme vividchalk
set guifont=Monospace\ 13
"disable swf files
set directory=/tmp
set nobackup
" Regenerate tags
map <leader>rt :!ctags --extra=+f --languages=-javascript --exclude=.git --exclude=log -R * `rvm gemdir`/gems/* `rvm gemdir`/bundler/gems/*<CR><C-M>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment