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.
Using macvim, which is awesome. However I would love to have some kind of horizontal scroll bar. Is this possible?
您可以通过在 GUI vims 中获得水平滚动条:set go+=b。见:h 'go'讨论。我刚刚在我的 macvim 上测试了这个,它工作正常(当然,确保你也:set nowrap......)
:set go+=b
:h 'go'
:set nowrap