spacemacs 是否允许切换 cross-air/vertical 光标栏?

Does spacemacs allow toggling cross-air/vertical cursor bar?

spacemacs是否提供启用垂直光标条的选项?我有兴趣启用这种模式以及默认的水平光标栏突出显示。

不幸的是,我找不到任何好的 out-of-the-box 解决方案。您可以从这里开始进行设置,但理想情况下会将其提交给 MELPA:

https://www.emacswiki.org/emacs/CrosshairHighlighting

或者您可以使用 built-in highlight-indentation-current-column-mode 将垂直突出显示添加到您所在行的缩进级别。要更改面孔,请使用:

(set-face-background 'highlight-indentation-current-column-face "#4e4e4e") ;; insert color of choice