aboutsummaryrefslogtreecommitdiff
path: root/utils/applications/vim.desktop
blob: 8169f572bd2c5cbf4bf91b711d32b94796112cef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Desktop Entry]
Version=1.0
Type=Application
Name=Vi IMproved
Comment=Open file in an existing instance of vi and in a new tab
Icon=gvim
MimeType=text/*
Categories=Application;Utility;TextEditor;
Exec=vim %F
Terminal=true
Actions=Server;

[Desktop Action Server]
Exec=vim --servername VIM --remote-silent %F
Name=Browse in Server
..