dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 6ded03198a2d9a30e6c07d0a9d0da5dc0ddd7ce5
parent 03bcc6fdb49270db350b7c41cdae8bc2ef27f16f
Author: Chris Bracken <cbracken@google.com>
Date:   Thu,  6 Sep 2012 09:50:24 -0700

Set 60x120 default geometry.

Diffstat:
M.vim/.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vim/.vimrc b/.vim/.vimrc @@ -61,4 +61,5 @@ if has("gui_running") set showtabline=1 " Show tabs only if > 1 open set guioptions-=T " Hide toolbar set guioptions-=m " Hide menu bar + set lines=60 columns=120 endif