VIM"行空间"不起作用

nic*_*ckb 3 vi vim configuration putty

我想增加VIM中的行高("行间距").

官方指令是:

set linespace=X
Run Code Online (Sandbox Code Playgroud)

但是,当我将它放入我的.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
Run Code Online (Sandbox Code Playgroud)

如果它有所作为,我正在使用Putty连接到我的Linux服务器.

知道如何在从Putty连接时增加VIM中文本的行间距吗?

Cat*_*lus 9

linespace仅适用于GUI.您不能在终端中使用它.