mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Ignore some useless 'text'files; include journal into search
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -440,7 +440,9 @@ nmap <leader>wb :VimwikiBacklinks <CR>
|
|||||||
|
|
||||||
" notational velocity with fzf: quickly search and open notes
|
" notational velocity with fzf: quickly search and open notes
|
||||||
Plug 'https://github.com/alok/notational-fzf-vim'
|
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>
|
nmap <leader>n :NV <CR>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user