我想在VIM中增加行高(“行间距”)。
官方指令是:
set linespace=X
然而,当我将它放入我的.vimrc文件
时,这不起作用(没有效果)set t_Co=256
syntax on
colorscheme wombat256
set linespace=1 " line height
set nocompatible
set showmatch
set ignorecase
set showmode
set ts=4
set sw=4
set autoindent
set cindent
如果它有所不同,我正在使用 Putty 连接到我的Linux服务器。
知道在从Putty连接时如何增加VIM中文本的行间距?
答案 0 :(得分:9)
linespace
仅适用于GUI。你不能在终端上使用它。