1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Ignore some useless 'text'files; include journal into search

This commit is contained in:
2020-02-26 16:40:25 +01:00
parent e2763c0df9
commit 9098575694

4
.vimrc
View File

@@ -440,7 +440,9 @@ nmap <leader>wb :VimwikiBacklinks <CR>
" 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 <leader>n :NV <CR>