aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-08-08 21:17:07 -0400
committertdro <tdro@users.noreply.github.com>2020-08-08 21:17:07 -0400
commite0034c00f27f1759e4a2e5599f1640bc4ab67037 (patch)
treee19f8b924c6745ecdf7be061ae0c66bd9f761ff8 /.vimrc
parentca0bfe8620379895da9b63c81eb3065f5b27c620 (diff)
downloaddotfiles-e0034c00f27f1759e4a2e5599f1640bc4ab67037.tar.gz
dotfiles-e0034c00f27f1759e4a2e5599f1640bc4ab67037.tar.bz2
dotfiles-e0034c00f27f1759e4a2e5599f1640bc4ab67037.zip
.vimrc: Automatically close documentation
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 04f76af..1506b2f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -155,8 +155,8 @@ nmap <Leader>mm :Maps<cr>
nmap <Leader>ma :Marks<cr>
" Search documentation under cursor
-nmap <Leader>dm :execute ':term fman ' . expand('<cword>')<cr>
-nmap <Leader>di :execute ':term fdoc ' . expand('<cword>')<cr>
+nmap <Leader>dm :execute ':term ++close fman ' . expand('<cword>')<cr>
+nmap <Leader>di :execute ':term ++close fdoc ' . expand('<cword>')<cr>
nmap <Leader>dt :execute ':term dict -h localhost -d dict-moby-thesaurus-latest ' . expand('<cword>')<cr>
" Load and save sessions