From 5bedea9656210600c87392cb79295813f59ab1c6 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 2 Oct 2016 03:58:37 +0200 Subject: Improved portability for Linux and FreeBSD Removed shell setting, because bash's path can vary. Made Vim-Plug the new default by completely removing Vundle's old 'bundle' folder and added a gvim-buffer.desktop file which can be 'installed' under ~/.local/share/applications/ to allow xdg-conforming file managers to files in an already running vim session as buffer --- gvim-buffer.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gvim-buffer.desktop (limited to 'gvim-buffer.desktop') diff --git a/gvim-buffer.desktop b/gvim-buffer.desktop new file mode 100644 index 0000000..5cd2cbf --- /dev/null +++ b/gvim-buffer.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Name=Gnome Vi IMproved Buffer +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++; +Exec=gvim -f -N --remote-silent %F +Terminal=false +X-XClassHintResName=VIM +Categories=Utility;TextEditor; -- cgit v1.2.3