gVim设立字体(guifont)

gVim设置字体(guifont)在gVim的安装目录下,在_vimrc中写: set guifontcourier_new:h10 //设置字体为Couri

gVim设置字体(guifont)

在gVim的安装目录下,在_vimrc中写: set guifont=courier_new:h10 //设置字体为Courier New,大小10号
若在linux下,应该写为,setguifont=courier_new\(空格)h10

?

?