From 9098575694e26ad60c6658620db79e30a94daea9 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 26 Feb 2020 16:40:25 +0100 Subject: [PATCH] Ignore some useless 'text'files; include journal into search --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 7083fc9..672ce2f 100644 --- a/.vimrc +++ b/.vimrc @@ -440,7 +440,9 @@ nmap wb :VimwikiBacklinks " notational velocity with fzf: quickly search and open notes Plug 'https://github.com/alok/notational-fzf-vim' -let g:nv_search_paths = ['~/phren', '~/mydocs'] +let g:nv_search_paths = ['~/phren', '~/mydocs', '~/.dot/caplog'] +let g:nv_ignore_pattern = ['*.xml', '*.svg'] +" Quickly open the search with this shortcut nmap n :NV