Skip to content

Commit bce70fd

Browse files
zlsuntrollixx
authored andcommitted
usage: Remove --query parameter from VIM instructions (#7)
1 parent 44a8388 commit bce70fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ <h3>VIM</h3>
7575
Or you can use <a href="https://github.com/keith/investigate.vim">https://github.com/keith/investigate.vim</a>
7676
with something like this in .vimrc:
7777
</p>
78-
<pre><code>let g:investigate_command_for_python = '/usr/bin/zeal --query ^s'</code></pre>
78+
<pre><code>let g:investigate_command_for_python = '/usr/bin/zeal ^s'</code></pre>
7979

8080
<p>A simpler way to integrate with Vim is a simple mapping, like</p>
81-
<pre><code>:nnoremap gz :!zeal --query "&lt;cword&gt;"&amp;&lt;CR&gt;&lt;CR&gt;</code></pre>
81+
<pre><code>:nnoremap gz :!zeal "&lt;cword&gt;"&amp;&lt;CR&gt;&lt;CR&gt;</code></pre>
8282
</div>

0 commit comments

Comments
 (0)