From 2572ae93322fc8cde33beb54e92290d1831836df Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Wed, 9 Sep 2015 01:51:34 +0200 Subject: fixed bracket error and set default file format to utf-8 I also added some more notes to the INSTALL file, nothing special though --- doc/INSTALL | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/INSTALL b/doc/INSTALL index 1d664d3..14fb286 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -28,6 +28,13 @@ 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) +# create an entry in file managers right click menu 'open with' allowing you to open the file in a vim tab mkdir -p .local/share/Thunar/sendto/ -cp ~/.vim/gvim.desktop ~/.local/share/Thunar/sendto/ +cp ~/.vim/gvim-tab.desktop ~/.local/share/Thunar/sendto/ + +# step 8) +# 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) +cp ~/.vim/gvim-tab.desktop ~/.local/share/applications/ +update-desktop-database ~/.local/share/applications/ + + -- cgit v1.2.3