My current background color does not show some diffs properly
Asked
Active
Viewed 702 times
0
-
1https://stackoverflow.com/a/4757916/7976758 Found in https://stackoverflow.com/search?q=%5Bvimdiff%5D+colors – phd Sep 08 '21 at 12:12
-
If you want to see what color schemes are available, type `:colorscheme
` and vim will show you a list. I often settle for `:colorscheme delek` for vimdiffs. I really should set it so in my `.vimrc` instead of manually changing it every time... – joanis Sep 18 '21 at 05:43
1 Answers
2
If use vimdiff
from command-line, modify your .vimrc
in your ~/.vimrc
path.
if &diff
colorscheme some_other_scheme
endif

jibing
- 41
- 4