From 22b8062ef4dc6962715e7fa67ba53197d583f005 Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Mon, 7 Sep 2015 03:11:46 +0200
Subject: added instructions on how to add vim to thunars sendto menu

---
 doc/INSTALL | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'doc/INSTALL')

diff --git a/doc/INSTALL b/doc/INSTALL
index 38068d5..1d664d3 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -25,3 +25,9 @@ vim -c ":au! SpellFileMissing"
 # build YouCompleteMe (if you plan to use it)
 cd plugins/YouCompleteMe
 python2 ./install.py --clang-completer
+
+
+# step 7)
+# add gvim functionality to thunar, so that sendto can be used to open a file in an existing vim instance (as a tab in this case)
+mkdir -p .local/share/Thunar/sendto/
+cp ~/.vim/gvim.desktop ~/.local/share/Thunar/sendto/
-- 
cgit v1.2.3