Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can GVIM have a background image?

Tags:

vim

I wanted to know if I can place a background image into gVim.

Can this be done programatically?

like image 289
Luis Avatar asked Apr 15 '09 18:04

Luis


2 Answers

If you must, I'd suggest something along the following lines:

  1. use a compositing window manager (e.g. Compiz on Linux, Windows Vista and Mac OS probably have analogs)
  2. set a desktop background
  3. make your gvim window transparent
  4. rejoice, your text is now harder to read!
like image 96
Sam Stokes Avatar answered Sep 27 '22 21:09

Sam Stokes


According to a trivial google search for "gvim background image", the answer is "no". I'm basing that off this thread from the Vim mailing list. Looks like they might want someone to implement the feature though, so that would make this question legitimately programming related if you asked HOW to do so yourself :)

like image 21
rmeador Avatar answered Sep 27 '22 23:09

rmeador