Created
April 29, 2017 08:08
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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