aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2023-02-05 23:32:49 -0500
committertdro <tdro@users.noreply.github.com>2023-02-05 23:32:49 -0500
commit282a80696b898487e675b72591b8a04f4b9f6d9a (patch)
tree63b4e5723407ad70c491dbd17e8decb94de4d557
parent2763011c2cb713850f22f157d8a4291eb29686eb (diff)
downloaddotfiles-282a80696b898487e675b72591b8a04f4b9f6d9a.tar.gz
dotfiles-282a80696b898487e675b72591b8a04f4b9f6d9a.tar.bz2
dotfiles-282a80696b898487e675b72591b8a04f4b9f6d9a.zip
.vim/vimrc: Swap to recoll for docs
-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