打开Vim时隐藏文件名,行和字符数

red*_*gem 1 vim

当我在Vim中打开文件时,底部区域(状态行下方和标尺左侧)显示当前打开的文件,以及行数和字符数.如何在启动时禁用此功能?

以下是显示内容及其格式的示例:

在此输入图像描述

我已经设定了laststatus=0.

rom*_*inl 8

你正在寻找:help 'shortmess',特别是F国旗:

F   don't give the file info when editing a file, like `:silent`
    was used for the command
Run Code Online (Sandbox Code Playgroud)