VIM“行空间”不起作用

时间:2011-11-21 01:25:49

标签: vim configuration vi putty

我想在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中文本的行间距?

1 个答案:

答案 0 :(得分:9)

linespace仅适用于GUI。你不能在终端上使用它。