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.
素晴らしいmacvimを使用しています。ただし、ある種の水平スクロールバーが欲しいです。これは可能ですか?
を実行すると、GUI vims で水平スクロール バーを取得できます:set go+=b。議論については参照:h 'go'してください。これを macvim でテストしたところ、問題なく動作しました (:set nowrapもちろん、あなたも確認してください...)
:set go+=b
:h 'go'
:set nowrap