diff options
author | Max Christian Pohle | 2015-09-07 03:11:46 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-09-07 03:11:46 +0200 |
commit | 22b8062ef4dc6962715e7fa67ba53197d583f005 (patch) | |
tree | 25422c2f1c1b0701dbb321c6c7ee29bd7a48830f /doc/INSTALL | |
parent | b2b9fe7f6739b9970a6d1476e7e8cb7356474c94 (diff) | |
download | vim-22b8062ef4dc6962715e7fa67ba53197d583f005.tar.bz2 vim-22b8062ef4dc6962715e7fa67ba53197d583f005.zip |
added instructions on how to add vim to thunars sendto menu
Diffstat (limited to 'doc/INSTALL')
-rw-r--r-- | doc/INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
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" | |||
25 | # build YouCompleteMe (if you plan to use it) | 25 | # build YouCompleteMe (if you plan to use it) |
26 | cd plugins/YouCompleteMe | 26 | cd plugins/YouCompleteMe |
27 | python2 ./install.py --clang-completer | 27 | python2 ./install.py --clang-completer |
28 | |||
29 | |||
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) | ||
32 | mkdir -p .local/share/Thunar/sendto/ | ||
33 | cp ~/.vim/gvim.desktop ~/.local/share/Thunar/sendto/ | ||