We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a8388 commit bce70fdCopy full SHA for bce70fd
usage.html
@@ -75,8 +75,8 @@ <h3>VIM</h3>
75
Or you can use <a href="https://github.com/keith/investigate.vim">https://github.com/keith/investigate.vim</a>
76
with something like this in .vimrc:
77
</p>
78
- <pre><code>let g:investigate_command_for_python = '/usr/bin/zeal --query ^s'</code></pre>
+ <pre><code>let g:investigate_command_for_python = '/usr/bin/zeal ^s'</code></pre>
79
80
<p>A simpler way to integrate with Vim is a simple mapping, like</p>
81
- <pre><code>:nnoremap gz :!zeal --query "<cword>"&<CR><CR></code></pre>
+ <pre><code>:nnoremap gz :!zeal "<cword>"&<CR><CR></code></pre>
82
</div>
0 commit comments