Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何让 spacevim 在屏幕左下角显示当前编辑器模式?我想在普通的 vim 或 spacemacs 中完成它:
这可以通过 来完成set showmode,SpaceVim 中默认禁用此选项,并且可以通过状态行中的颜色显示模式。顺便说一句,您还可以在状态栏中显示模式文本,只需添加:
set showmode
vim let g:spacevim_enable_statusline_display_mode = 1
到你的 spacevim 自定义配置。您可以通过键绑定打开 spacevim 配置SPC f v d,并且SPC处于<Space>正常模式。
SPC f v d
SPC
<Space>