From f2e01d7e513067ddb57c75f6e38cdcf434946cf8 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 22 Oct 2018 00:02:58 +0200 Subject: Major refactoring for version 2.0 vim-plug has been removed and replaced with Vims internal bundle mechanism. But I already noticed, that there is also GLVM now and started trying that as well. --- xdg-additions/applications/vim.desktop | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 xdg-additions/applications/vim.desktop (limited to 'xdg-additions/applications/vim.desktop') diff --git a/xdg-additions/applications/vim.desktop b/xdg-additions/applications/vim.desktop new file mode 100644 index 0000000..f8efe76 --- /dev/null +++ b/xdg-additions/applications/vim.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +X-Desktop-File-Install-Version=0.23 +Type=Application +Name=Vi IMproved->buffer2 +Icon=gvim +Comment=Open file in an existing instance of vi and in a new tab +MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; +X-XClassHintResName=VIM +Categories=Application;Utility;TextEditor; +# Exec=vim --servername VIM --remote-silent %F +Exec=xfce4-terminal -e "bash -c '~/.bashrc ; vim --servername VIM --remote-silent %F'" +Terminal=true +StartupNotify=true -- cgit v1.2.3