Skip to content

Instantly share code, notes, and snippets.

View ikuyamada's full-sized avatar

Ikuya Yamada ikuyamada

View GitHub Profile
@ikuyamada
ikuyamada / .gvimrc
Created June 30, 2011 12:47
my gvimrc
nnoremap <Tab> :BufExplorer<CR>
defaults write org.vim.MacVim MMZoomBoth -boolean YES
colorscheme xoria256
set guioptions-=T
set transparency=5
set lines=50
set columns=150
set guifont=Monaco:h13
set clipboard+=unnamed
@ikuyamada
ikuyamada / .vimrc
Created June 30, 2011 12:41
my vimrc
syntax on
filetype plugin on
set nocompatible
set viminfo+=!
set autoindent
set smartindent
set expandtab
set smarttab
set tabstop=4