From 282a80696b898487e675b72591b8a04f4b9f6d9a Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 5 Feb 2023 23:32:49 -0500 Subject: .vim/vimrc: Swap to recoll for docs --- .vim/vimrc | 3 +-- 1 file changed, 1 insertion(+), 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 mi :imap nmap mc :command " Search documentation under cursor -nmap dm :exe ':term ++close fzf-man ' . expand('') -nmap di :exe ':term ++close fzf-doc ' . expand('') +nmap ds :exe ':term ++hidden ++close recoll -q ' . '' . expand('') . '' nmap dt :exe ':term dict -h localhost -d dict-moby-thesaurus-latest ' . expand('') " Search for file containing word under cursor -- cgit v1.2.3