aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vim/vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index f9d6406..431e3bf 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -105,8 +105,7 @@ nmap <leader>mi :imap<cr>
nmap <leader>mc :command<cr>
" Search documentation under cursor
-nmap <leader>dm :exe ':term ++close fzf-man ' . expand('<cword>')<cr>
-nmap <leader>di :exe ':term ++close fzf-doc ' . expand('<cword>')<cr>
+nmap <leader>ds :exe ':term ++hidden ++close recoll -q ' . '' . expand('<cword>') . ''<cr>
nmap <leader>dt :exe ':term dict -h localhost -d dict-moby-thesaurus-latest ' . expand('<cword>')<cr>
" Search for file containing word under cursor