Saturday, 4 January 2020

vim - Is it possible to change the toolbar icons in gVim?



Is it possible to change the toolbar icons in gVim (without patching the exe)? It seems like you can change everything else, and they are so ugly...



Answer



Depening on which OS and which widget library you are using, the default icons may be determined by your current theme. I know at least the GNOME GUI for Vim is this way.


Beyond that, you can manually edit $VIMRUNTIME/menu.vim and specify icon files for each ToolBar menu item. See ":help toolbar-icon".


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...