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.
我在 Emacs 下使用 evil-mode,所以我遇到了 Emacs 显示某些模式的行号但不显示其他模式的问题,当我尝试显式切换 linenumber-mode 时,它告诉我此模式已被禁用。
有没有办法让邪恶模式显示行号?
line-number-mode默认情况下是启用的,而 Evil 似乎并没有改变它。
line-number-mode
为了澄清,您肯定是在谈论在模式行中显示当前行号,而不是在边缘显示所有可见的行号(由 处理linum-mode)?
linum-mode
试试M-x——display-line-number-mode
M-x
display-line-number-mode
邪恶的 emacs 模式使用:set nu.
:set nu