I have a Problem in vim and the problem is that vim has a black border around it. how can I fix this is there any plugin or solution?
Asked
Active
Viewed 1,039 times
0

dlmeetei
- 9,905
- 3
- 31
- 38

amir feqhi
- 25
- 7
-
What terminal/shell are you using? I do not think this is a problem with vim, it looks like there is some margin added by your terminal application. – wmorrell Aug 15 '17 at 05:06
-
macOS terminal. – amir feqhi Aug 15 '17 at 05:21
-
That's just the margin added by Terminal.app. Try a different terminal, I know iTerm offers more customization options. – wmorrell Aug 15 '17 at 05:30
-
thanks iterm is better. – amir feqhi Aug 15 '17 at 06:04
-
Default vim in macOS has no margin around. Seems vimrc does the margin – Heinz Schilling Aug 15 '17 at 07:18
-
Did you notice [this section of your colorscheme's README](https://github.com/romainl/Apprentice#all-terminal-emulators)? – romainl Aug 15 '17 at 08:56
-
4This is due to vim drawing blocks based on the font. There isn't enough room to the right or to the bottom to have another column or row, so it doesn't draw there. – Randy Morris Aug 15 '17 at 14:28