Cleaning the screen - MacVim
MacVim, by default has this ugly setting to display vertical bar. They appear on both sides when using :vs. Because I want to keep my screen clean while coding (fullscreen too. shift + cmd + f), some digging revealed this:
- set guioptions+=LlRrb
- set guioptions-=LlRrb
Put these two lines in the config file and the bars go away. Yeah, I noticed the anomaly too. Don't ask why.
Category: sparks



Discussion
Thanks!
Leave a Comment :
Leave a Comment