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

Compare commits

...

3 Commits

Author SHA1 Message Date
fed1dc4d8e Words 2021-08-30 15:57:58 +02:00
3aa07b28c2 DiVault phren 2021-08-30 15:57:54 +02:00
009557beb4 Wiiiiii 2021-08-30 15:56:18 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -165,3 +165,6 @@ aardappelkroketjes
AMD
Assetto
Corsa
Wii
gymkleding
kutweer

2
.vimrc
View File

@@ -461,7 +461,7 @@ nmap <leader>ft :WikiFzfToc <CR>
if $USER != 'root'
" notational velocity with fzf: quickly search and open notes
Plug 'https://github.com/alok/notational-fzf-vim'
let g:nv_search_paths = ['~/phren', '~/mydocs', '~/.dot/caplog']
let g:nv_search_paths = ['~/phren', '~/mydocs', '~/.dot/caplog', '~/divaultphren']
let g:nv_ignore_pattern = ['*.xml', '*.svg']
" Quickly open the search with this shortcut
nmap <leader>n :NV <CR>