spacemacs是否允许切换跨空/垂直光标条?

时间:2018-01-21 22:40:30

标签: spacemacs

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

1 个答案:

答案 0 :(得分:0)

不幸的是,我找不到任何开箱即用的解决方案。你可以从这里开始设置它,虽然理想情况下这将提交给MELPA:

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

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

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