diff options
Diffstat (limited to 'doc/INSTALL')
-rw-r--r-- | doc/INSTALL | 11 |
1 files changed, 9 insertions, 2 deletions
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 | |||
28 | 28 | ||
29 | 29 | ||
30 | # step 7) | 30 | # step 7) |
31 | # 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) | 31 | # create an entry in file managers right click menu 'open with' allowing you to open the file in a vim tab |
32 | mkdir -p .local/share/Thunar/sendto/ | 32 | mkdir -p .local/share/Thunar/sendto/ |
33 | cp ~/.vim/gvim.desktop ~/.local/share/Thunar/sendto/ | 33 | cp ~/.vim/gvim-tab.desktop ~/.local/share/Thunar/sendto/ |
34 | |||
35 | # step 8) | ||
36 | # 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) | ||
37 | cp ~/.vim/gvim-tab.desktop ~/.local/share/applications/ | ||
38 | update-desktop-database ~/.local/share/applications/ | ||
39 | |||
40 | |||