Skip to content

Instantly share code, notes, and snippets.

@fsmv
Created April 29, 2017 08:08
Show Gist options
  • Save fsmv/6a5f3832a727c8cf66563ab77f1a9ee9 to your computer and use it in GitHub Desktop.
Save fsmv/6a5f3832a727c8cf66563ab77f1a9ee9 to your computer and use it in GitHub Desktop.
A vim desktop icon file for gnome. Put it in ~/.local/share/applications/ or /usr/share/applications/. It uses the gvim icon, if you don't have it installed then change the icon to gedit.
[Desktop Entry]
Name=vim
Comment=Edit text files
Exec=vim %U
Terminal=true
Type=Application
MimeType=text/plain;
Actions=new-window;new-document;
Keywords=Text;Editor;Plaintext;Write;
Icon=gvim
Categories=Utility;TextEditor;
X-GNOME-FullName=VIM - Vi Improved
Actions=new-window;new-document;
Keywords=Text;Editor;Plaintext;Write;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment