Showing posts with label vim. Show all posts
Showing posts with label vim. Show all posts

Wednesday, October 04, 2006

my setting for VIM

window size:
set columns=120
set lines=48

gui font:
set guifont=Courier_New:h16

language of menu for translation: (in $VIMRUNTIME/runtime/menu.vim)
set langmen=none

theme change:
source $VIMRUNTIM/colors/desert.vim

Read More...